Sreejith B S

Results 1 comments of Sreejith B S

its because you are using POST method in form, but using GET method in route. Use this `Route::POST('/logout', 'Auth\AdminLoginController@logout')->name('admin.logout');`