logout confirmation message is not working laravel-8 – Jquery ajax
I laravel I am trying to create a logout confirmation message when I click on my logout button for this I have done this to my navebar.blade.php <a class="dropdown-item" id="logout" href="{{ route('admin.logout') }}"> {{ __('Logout') }} </a> and this to…