service = app('OwnerWaybillSettlementBillService'); $this->service = app('OwnerBillReportArchiveService'); } public function index(Request $request) { // TODO: Implement index() method. } public function confirmBill(Request $request): \Illuminate\Http\RedirectResponse { // TODO: Implement confirmBill() method. } public function export(Request $request) { // TODO: Implement export() method. } }