wip more dashboard widgets
This commit is contained in:
@@ -9,6 +9,10 @@ Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
Route::get('/test', function () {
|
||||
dd(auth()->user()->holdings()->toSql());
|
||||
});
|
||||
|
||||
Route::middleware(['auth:sanctum', config('jetstream.auth_session'), 'verified'])->group(function () {
|
||||
|
||||
Route::get('/dashboard', [DashboardController::class, 'show'])->name('dashboard');
|
||||
|
||||
Reference in New Issue
Block a user