check() && auth()->user()->role === 'admin') { return $next($request); } abort(403); // atau redirect('/login') } }