FleetCart/Modules/Brand/Resources/lang/en/attributes.php

8 lines
98 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?php
return [
'name' => 'Name',
'slug' => 'URL',
'is_active' => 'Status',
];