This commit is contained in:
Meghdad
2026-07-22 12:25:24 +03:30
commit 35c69c5655
107 changed files with 18699 additions and 0 deletions

7
routes/web.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});