FleetCart/Modules/Tax/Resources/lang/en/permissions.php

11 lines
184 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'taxes' => [
'index' => 'Index Tax',
'create' => 'Create Tax',
'edit' => 'Edit Tax',
'destroy' => 'Delete Tax',
],
];