FleetCart/Modules/Attribute/Resources/lang/en/permissions.php
2023-06-11 13:14:03 +01:00

17 lines
423 B
PHP

<?php
return [
'attributes' => [
'index' => 'Index Attribute',
'create' => 'Create Attribute',
'edit' => 'Edit Attribute',
'destroy' => 'Delete Attribute',
],
'attribute_sets' => [
'index' => 'Index Attribute Set',
'create' => 'Create Attribute Set',
'edit' => 'Edit Attribute Set',
'destroy' => 'Delete Attribute Set',
],
];