user()->role === 'admin' || Auth()->user()->name === 'superadmin')) { return $next($request); } return abort(403); } }