render('Admin.Shop.CustomerInvoices.list'); } public function destroy($id) { return Invoices::destroy($id); } }