middleware('auth:sanctum') ->group(function (): void { Route::get('tickets', [TicketController::class, 'index']); });