¨4.0.1¨
This commit is contained in:
@@ -38,4 +38,9 @@ Route::delete('brands/{ids?}', [
|
||||
'middleware' => 'can:admin.brands.destroy',
|
||||
]);
|
||||
|
||||
// append
|
||||
Route::get('brands/index/table', [
|
||||
'as' => 'admin.brands.table',
|
||||
'uses' => 'BrandController@table',
|
||||
'middleware' => 'can:admin.brands.index',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user