appKey !== config('app.key')) { return response('Unauthorized.', 401); } return $next($request); } }