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