user_type == 'admin' || Auth::user()->user_type == 'staff')) { return $next($request); } else{ abort(404); } } }