complete story 11.2 with qa tests
This commit is contained in:
+2
-3
@@ -11,9 +11,8 @@ Route::get('/', function () {
|
||||
return view('pages.home');
|
||||
})->name('home');
|
||||
|
||||
Route::get('/booking', function () {
|
||||
return view('pages.booking');
|
||||
})->name('booking');
|
||||
Volt::route('/booking', 'pages.booking')->name('booking');
|
||||
Volt::route('/booking/success', 'pages.booking-success')->name('booking.success');
|
||||
|
||||
Volt::route('/posts', 'pages.posts.index')->name('posts.index');
|
||||
Volt::route('/posts/{post}', 'pages.posts.show')->name('posts.show');
|
||||
|
||||
Reference in New Issue
Block a user