14 lines
331 B
PHP
14 lines
331 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'fields' => [
|
||
|
|
'name' => 'Center Name',
|
||
|
|
'address' => 'Address',
|
||
|
|
'phone' => 'Phone',
|
||
|
|
'email' => 'Email',
|
||
|
|
'contact_person' => 'Contact Person',
|
||
|
|
'description' => 'Description',
|
||
|
|
'created_at' => 'Created At',
|
||
|
|
],
|
||
|
|
];
|