listResponse($invoices); } /** * Display the specified resource. * * @param \App\Models\Invoice $invoice The invoice * * @return \Illuminate\Http\Response */ public function show(Invoice $invoice) { } /** * Perform bulk actions on the list view * * @return Collection */ public function bulk() { } }