complete story 16.1
This commit is contained in:
@@ -8,6 +8,7 @@ use Laravel\Fortify\Features;
|
||||
use Livewire\Volt\Volt;
|
||||
|
||||
Volt::route('/', 'pages.home')->name('home');
|
||||
Volt::route('/about', 'pages.about')->name('about');
|
||||
|
||||
Volt::route('/booking', 'pages.booking')->name('booking');
|
||||
Volt::route('/booking/success', 'pages.booking-success')->name('booking.success');
|
||||
|
||||
Reference in New Issue
Block a user