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