routes
This commit is contained in:
@@ -17,6 +17,12 @@ use Illuminate\Support\Facades\Route;
|
||||
Route::get('/login', function () {
|
||||
return view('auth.login');
|
||||
});
|
||||
Route::get('/about-us', function () {
|
||||
return view('about-us');
|
||||
});
|
||||
Route::get('/contact-us', function () {
|
||||
return view('contact-us');
|
||||
});
|
||||
|
||||
Route::get('index/{locale}', [App\Http\Controllers\HomeController::class, 'lang']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user