can access panel

This commit is contained in:
Mekan1206
2026-06-05 00:05:01 +05:00
parent dd26844889
commit 6d34f84b30
10 changed files with 25 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<?php
use Illuminate\Support\Facades\Route;
use App\Http\Controllers\HomeController;
use Illuminate\Support\Facades\Route;
Route::get('/', HomeController::class);