complete story 14.5

This commit is contained in:
Naser Mansour
2026-01-09 17:18:27 +02:00
parent 88961e11b4
commit 49aeceb25c
6 changed files with 319 additions and 18 deletions
+1 -3
View File
@@ -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');