Closed LeftPinkie closed 1 month ago
There is a typo in your web route ./routes/web.php:
./routes/web.php
Route::view('/account', 'about')->middleware('auth')->name('about');
it should be:
Route::view('/account', 'account')->middleware('auth')->name('account');
Thank you. Fixing now.
There is a typo in your web route
./routes/web.php
:it should be: