¨4.0.1¨
This commit is contained in:
@@ -14,6 +14,12 @@ Route::get('orders/{id}', [
|
||||
'middleware' => 'can:admin.orders.show',
|
||||
]);
|
||||
|
||||
Route::get('orders/index/table', [
|
||||
'as' => 'admin.orders.table',
|
||||
'uses' => 'OrderController@table',
|
||||
'middleware' => 'can:admin.orders.index',
|
||||
]);
|
||||
|
||||
Route::put('orders/{order}/status', [
|
||||
'as' => 'admin.orders.status.update',
|
||||
'uses' => 'OrderStatusController@update',
|
||||
|
||||
Reference in New Issue
Block a user