how to define source route in laravel 8 code example
Example: laravel route
Route::get('user/profile', [UserProfileController::class, 'show'])->name('profile');
Route::get('user/profile', [UserProfileController::class, 'show'])->name('profile');