[][] use App\Http\Controllers\Frontend\LandingpageController; Route::get('/search', [LandingpageController::class, 'search'])->name('hotel.search'); Route::get('/hotel', [LandingpageController::class, 'showHotel'])->name('hotel.detail');
The route location/paris could not be found.