The expression return response()->json($output) returns the type Illuminate\Http\JsonResponse which is incompatible with the documented return type Illuminate\Http\Response.
The expression return response()->json($output) returns the type Illuminate\Http\JsonResponse which is incompatible with the documented return type Illuminate\Http\Response.
The expression return response()->json($output) returns the type Illuminate\Http\JsonResponse which is incompatible with the documented return type Illuminate\Http\Response.