user()->role == 'admin') { return $next($request); } return redirect('guest')->with('fails', 'You are not Autherised'); } }