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

17 lines
423 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?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',
],
];