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

9 lines
121 B
PHP

<?php
return [
'name' => 'Name',
'slug' => 'URL',
'body' => 'Body',
'is_active' => 'Status',
];