laravel 7 route url code example Example: laravel route Route::get('user/profile', [UserProfileController::class, 'show'])->name('profile');