¨4.0.1¨
This commit is contained in:
@@ -8,6 +8,12 @@ Route::get('pages', [
|
||||
'middleware' => 'can:admin.pages.index',
|
||||
]);
|
||||
|
||||
Route::get('pages/index/table', [
|
||||
'as' => 'admin.pages.table',
|
||||
'uses' => 'PageController@table',
|
||||
'middleware' => 'can:admin.pages.index',
|
||||
]);
|
||||
|
||||
Route::get('pages/create', [
|
||||
'as' => 'admin.pages.create',
|
||||
'uses' => 'PageController@create',
|
||||
|
||||
Reference in New Issue
Block a user