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

9 lines
121 B
PHP
Raw Normal View History

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