completed the frontend dashboard component and bound it to the tenant admin pwa for the optimal onboarding experience.. Added a profile page.
This commit is contained in:
@@ -134,6 +134,11 @@ Route::prefix('{locale}')
|
||||
->name('buy.packages')
|
||||
->defaults('locale', config('app.locale', 'de'));
|
||||
|
||||
Route::middleware('auth')->group(function () {
|
||||
Route::get('/profile', [ProfileController::class, 'index'])
|
||||
->name('marketing.profile.index');
|
||||
});
|
||||
|
||||
Route::fallback(function () {
|
||||
return Inertia::render('marketing/NotFound', [
|
||||
'requestedPath' => request()->path(),
|
||||
|
||||
Reference in New Issue
Block a user