complete story 16.1

This commit is contained in:
Naser Mansour
2026-01-11 20:35:51 +02:00
parent 04fa6b399c
commit 877569e6e8
9 changed files with 298 additions and 13 deletions
+1
View File
@@ -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');