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