authorize('send estimate', $estimate); $estimate->update($request->only('status')); return response()->json([ 'success' => true, ]); } }