Add filters
This commit is contained in:
@@ -17,7 +17,8 @@ class PriceGenericController extends Controller
|
||||
{
|
||||
public function index(PriceGenericsDataTable $dataTable)
|
||||
{
|
||||
return $dataTable->render('Shop.Admin.PriceGenerics.list');
|
||||
$data['categories'] = PriceGenericCategories::getOptions();
|
||||
return $dataTable->render('Shop.Admin.PriceGenerics.list', $data);
|
||||
}
|
||||
|
||||
public function getDatatable(Request $request)
|
||||
|
||||
Reference in New Issue
Block a user