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

9 lines
162 B
PHP
Raw Normal View History

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