11 lines
184 B
PHP
11 lines
184 B
PHP
<?php
|
|
|
|
return [
|
|
'taxes' => [
|
|
'index' => 'Index Tax',
|
|
'create' => 'Create Tax',
|
|
'edit' => 'Edit Tax',
|
|
'destroy' => 'Delete Tax',
|
|
],
|
|
];
|