about done

This commit is contained in:
2025-06-05 16:05:24 +05:45
parent 01785b7bb9
commit 27d26848e2
4 changed files with 3 additions and 99 deletions

View File

@ -11,7 +11,7 @@ use App\Http\Controllers\ServiceController;
use App\Http\Controllers\AboutController;
Route::get('/', [FrontendController::class, 'homePage'])->name('home');
Route::get('/about', [FrontendController::class, 'aboutPage'])->name('about');
Route::get('/aboutpage', [FrontendController::class, 'aboutPage'])->name('aboutpage');
Route::get('/dashboard', function () {