authorize('send invoice', $invoice); $this->invoiceService->send($invoice, $request->all()); return response()->json([ 'success' => true, ]); } }