Dear support team,,
when I set up the Laravel\Fortify for login and run it the page does not work and I got this error
ErrorException
Undefined variable $action (View: C:\xampp\htdocs\ems2\resources\views\elements\footer-scripts.blade.php)
i try to change the route from this
Route::get('/page-login', 'App\Http\Controllers\KokiadminController@page_login');
to this
Route::get('/page-login', 'App\Http\Controllers\KokiadminController@page_login')->name('login');
the page will work, but the login functionality does not work
Thank you.
attached files:
Thank you I solve the issue.