authorize('send estimate', $estimate); $response = $estimate->send($request->all()); return response()->json($response); } }