9 lines
150 B
PHP
9 lines
150 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'index' => 'Index Pages',
|
||
|
'create' => 'Create Pages',
|
||
|
'edit' => 'Edit Pages',
|
||
|
'destroy' => 'Delete Pages',
|
||
|
];
|