12345678910111213141516 |
- <?php
- return [
- 'Id' => 'ID',
- 'Title' => 'Title',
- 'Type' => 'Type',
- 'Type 1' => 'video',
- 'Type 2' => 'image',
- 'Image' => 'Image',
- 'Video_file' => 'video',
- 'Url' => 'Url',
- 'Status' => 'Status',
- 'Status 1' => 'On',
- 'Status 0' => 'Off',
- 'Weigh' => 'Weigh'
- ];
|