complete story 14.5
This commit is contained in:
+1
-3
@@ -7,9 +7,7 @@ use Illuminate\Support\Facades\Route;
|
||||
use Laravel\Fortify\Features;
|
||||
use Livewire\Volt\Volt;
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('pages.home');
|
||||
})->name('home');
|
||||
Volt::route('/', 'pages.home')->name('home');
|
||||
|
||||
Volt::route('/booking', 'pages.booking')->name('booking');
|
||||
Volt::route('/booking/success', 'pages.booking-success')->name('booking.success');
|
||||
|
||||
Reference in New Issue
Block a user