add offers count, & minor fixes code standards
This commit is contained in:
@@ -12,7 +12,7 @@ class InvoiceController extends Controller
|
||||
{
|
||||
public function index(InvoicesDataTable $dataTable)
|
||||
{
|
||||
return $dataTable->render('Admin.Shop.Invoices.list', $data);
|
||||
return $dataTable->render('Admin.Shop.Invoices.list');
|
||||
}
|
||||
|
||||
public function create()
|
||||
|
||||
Reference in New Issue
Block a user