generated from boboko/starter
reviews photos clickable and contact form functionality
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
Route::get('/search', [SearchController::class, 'show'])->name('search');
|
||||
|
||||
Route::get('/contact', [ContactController::class, 'index'])->name('contact');
|
||||
Route::post('/contact', [ContactController::class, 'send'])->name('contact.send');
|
||||
|
||||
Route::get('/terms-and-conditions', [LegalPageController::class, 'terms'])->name(
|
||||
'legal.terms',
|
||||
|
||||
Reference in New Issue
Block a user