0

web.php route is

Route::get('/profile', [App\Http\Controllers\HomeController::class,'profile'])->name('profile');

In HomeController function

public function profile()
    {      
      return view('profile');
    }

And also profile.blade.php file exist. When try to loading http://127.0.0.1:8000/profile link returns 404 error.

koushiki
  • 9
  • 4

0 Answers0