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