5624 lines
198 KiB
PHP
5624 lines
198 KiB
PHP
<?php
|
|
|
|
use Illuminate\Database\Seeder;
|
|
|
|
class PropertyFactSeeder extends Seeder
|
|
{
|
|
/**
|
|
* Auto generated seed file
|
|
*
|
|
* @return void
|
|
*/
|
|
public function run()
|
|
{
|
|
|
|
|
|
\DB::table('property_fact')->delete();
|
|
|
|
\DB::table('property_fact')->insert(array (
|
|
0 =>
|
|
array (
|
|
'id' => 1,
|
|
'name' => 'Amenities',
|
|
'parent_id' => NULL,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
1 =>
|
|
array (
|
|
'id' => 2,
|
|
'name' => 'Payment',
|
|
'parent_id' => 1,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
2 =>
|
|
array (
|
|
'id' => 3,
|
|
'name' => 'American Express',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fa fa-cc-amex',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
3 =>
|
|
array (
|
|
'id' => 4,
|
|
'name' => 'VISA',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fab fa-cc-visa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
4 =>
|
|
array (
|
|
'id' => 5,
|
|
'name' => 'MasterCard',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fab fa-cc-mastercard',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
5 =>
|
|
array (
|
|
'id' => 6,
|
|
'name' => 'Diner\'s Club',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fab fa-cc-diners-club',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
6 =>
|
|
array (
|
|
'id' => 7,
|
|
'name' => 'JCB',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fab fa-cc-jcb',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
7 =>
|
|
array (
|
|
'id' => 8,
|
|
'name' => 'EC-Card',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-credit-card',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
8 =>
|
|
array (
|
|
'id' => 9,
|
|
'name' => 'Cash',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-money-bill-alt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
9 =>
|
|
array (
|
|
'id' => 10,
|
|
'name' => 'Cheque',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-money-check-edit-alt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
10 =>
|
|
array (
|
|
'id' => 11,
|
|
'name' => 'Traveller Cheuque',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-money-check-alt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
11 =>
|
|
array (
|
|
'id' => 12,
|
|
'name' => 'Company Invoice',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-file-invoice-dollar',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
12 =>
|
|
array (
|
|
'id' => 13,
|
|
'name' => 'SZÉP Card',
|
|
'parent_id' => 2,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-credit-card',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
13 =>
|
|
array (
|
|
'id' => 14,
|
|
'name' => 'Accommodation',
|
|
'parent_id' => 1,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
14 =>
|
|
array (
|
|
'id' => 15,
|
|
'name' => 'All inclusive',
|
|
'parent_id' => 14,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hotel',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
15 =>
|
|
array (
|
|
'id' => 16,
|
|
'name' => 'Bed and Breakfast',
|
|
'parent_id' => 14,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bread-slice',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
16 =>
|
|
array (
|
|
'id' => 17,
|
|
'name' => 'Lunch',
|
|
'parent_id' => 14,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
17 =>
|
|
array (
|
|
'id' => 18,
|
|
'name' => 'Only Room',
|
|
'parent_id' => 14,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
18 =>
|
|
array (
|
|
'id' => 19,
|
|
'name' => 'Full Board',
|
|
'parent_id' => 14,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-check-double',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
19 =>
|
|
array (
|
|
'id' => 20,
|
|
'name' => 'Half Board',
|
|
'parent_id' => 14,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-check',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
20 =>
|
|
array (
|
|
'id' => 21,
|
|
'name' => 'Services',
|
|
'parent_id' => 1,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
21 =>
|
|
array (
|
|
'id' => 22,
|
|
'name' => 'Reception',
|
|
'parent_id' => 21,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-concierge-bell',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
22 =>
|
|
array (
|
|
'id' => 23,
|
|
'name' => '24 Hour Room Service',
|
|
'parent_id' => 21,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-clock',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
23 =>
|
|
array (
|
|
'id' => 24,
|
|
'name' => '24 Hour Check-in Service',
|
|
'parent_id' => 21,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-door-open',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
24 =>
|
|
array (
|
|
'id' => 25,
|
|
'name' => 'Room Service',
|
|
'parent_id' => 21,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-phone',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
25 =>
|
|
array (
|
|
'id' => 26,
|
|
'name' => 'Dry Clean Service',
|
|
'parent_id' => 21,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tshirt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
26 =>
|
|
array (
|
|
'id' => 27,
|
|
'name' => 'Cleaning Service',
|
|
'parent_id' => 21,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-broom',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
27 =>
|
|
array (
|
|
'id' => 28,
|
|
'name' => 'Shoeshine',
|
|
'parent_id' => 21,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-shoe-prints',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
28 =>
|
|
array (
|
|
'id' => 29,
|
|
'name' => 'Housekeeping',
|
|
'parent_id' => 21,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-broom',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
29 =>
|
|
array (
|
|
'id' => 30,
|
|
'name' => 'Ironing Service',
|
|
'parent_id' => 21,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tshirt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
30 =>
|
|
array (
|
|
'id' => 31,
|
|
'name' => 'Internet',
|
|
'parent_id' => 1,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
31 =>
|
|
array (
|
|
'id' => 32,
|
|
'name' => 'WiFi',
|
|
'parent_id' => 31,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wifi',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
32 =>
|
|
array (
|
|
'id' => 33,
|
|
'name' => 'Cable Internet',
|
|
'parent_id' => 31,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-ethernet',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
33 =>
|
|
array (
|
|
'id' => 34,
|
|
'name' => 'Business Center',
|
|
'parent_id' => 1,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
34 =>
|
|
array (
|
|
'id' => 35,
|
|
'name' => 'Fax',
|
|
'parent_id' => 34,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-fax',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
35 =>
|
|
array (
|
|
'id' => 36,
|
|
'name' => 'Photocopy',
|
|
'parent_id' => 34,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-copy',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
36 =>
|
|
array (
|
|
'id' => 37,
|
|
'name' => 'Computer',
|
|
'parent_id' => 34,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-laptop',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
37 =>
|
|
array (
|
|
'id' => 38,
|
|
'name' => 'Printer',
|
|
'parent_id' => 34,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-print',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
38 =>
|
|
array (
|
|
'id' => 39,
|
|
'name' => 'Scanner',
|
|
'parent_id' => 34,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-file-alt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
39 =>
|
|
array (
|
|
'id' => 40,
|
|
'name' => 'Transportation',
|
|
'parent_id' => 1,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
40 =>
|
|
array (
|
|
'id' => 41,
|
|
'name' => 'Rent a car',
|
|
'parent_id' => 40,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-car',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
41 =>
|
|
array (
|
|
'id' => 42,
|
|
'name' => 'Bicycle Rental',
|
|
'parent_id' => 40,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bicycle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
42 =>
|
|
array (
|
|
'id' => 43,
|
|
'name' => 'Airport Transfer',
|
|
'parent_id' => 40,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-shuttle-van',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
43 =>
|
|
array (
|
|
'id' => 44,
|
|
'name' => 'Motorcycle Rental',
|
|
'parent_id' => 40,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-motorcycle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
44 =>
|
|
array (
|
|
'id' => 45,
|
|
'name' => 'Scooter Rental',
|
|
'parent_id' => 40,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-motorcycle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
45 =>
|
|
array (
|
|
'id' => 46,
|
|
'name' => 'Taxi',
|
|
'parent_id' => 40,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-taxi',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
46 =>
|
|
array (
|
|
'id' => 47,
|
|
'name' => 'Disabled',
|
|
'parent_id' => 1,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
47 =>
|
|
array (
|
|
'id' => 48,
|
|
'name' => 'Disable Entrance',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wheelchair',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
48 =>
|
|
array (
|
|
'id' => 49,
|
|
'name' => 'Disabled Lift',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wheelchair',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
49 =>
|
|
array (
|
|
'id' => 50,
|
|
'name' => 'Disabled Bath',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-shower',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
50 =>
|
|
array (
|
|
'id' => 51,
|
|
'name' => 'Toilet for Disabled Use',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-toilet',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
51 =>
|
|
array (
|
|
'id' => 52,
|
|
'name' => 'Disabled Room',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
52 =>
|
|
array (
|
|
'id' => 53,
|
|
'name' => 'Disabled Parking',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-parking',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
53 =>
|
|
array (
|
|
'id' => 54,
|
|
'name' => 'Disabled Ramp',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wheelchair',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
54 =>
|
|
array (
|
|
'id' => 55,
|
|
'name' => 'Disabled Service',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wheelchair',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
55 =>
|
|
array (
|
|
'id' => 56,
|
|
'name' => 'Terrace for the Disabled',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wheelchair',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
56 =>
|
|
array (
|
|
'id' => 57,
|
|
'name' => 'Mobile Patient Bed',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
57 =>
|
|
array (
|
|
'id' => 58,
|
|
'name' => 'Companion Bed',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
58 =>
|
|
array (
|
|
'id' => 59,
|
|
'name' => 'Wheelchair',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wheelchair',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
59 =>
|
|
array (
|
|
'id' => 60,
|
|
'name' => 'Wheelchair Ramps',
|
|
'parent_id' => 47,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wheelchair',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
60 =>
|
|
array (
|
|
'id' => 61,
|
|
'name' => 'Facility',
|
|
'parent_id' => NULL,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
61 =>
|
|
array (
|
|
'id' => 62,
|
|
'name' => 'Public',
|
|
'parent_id' => 61,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
62 =>
|
|
array (
|
|
'id' => 63,
|
|
'name' => 'Elevator',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-arrows-alt-v',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
63 =>
|
|
array (
|
|
'id' => 64,
|
|
'name' => 'Ballroom',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-music',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
64 =>
|
|
array (
|
|
'id' => 65,
|
|
'name' => 'Refrigerator',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-square',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
65 =>
|
|
array (
|
|
'id' => 66,
|
|
'name' => 'Coffee Tea Maker',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-coffee',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
66 =>
|
|
array (
|
|
'id' => 67,
|
|
'name' => 'Dance Studio',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-music',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
67 =>
|
|
array (
|
|
'id' => 68,
|
|
'name' => 'Lounge',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-couch',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
68 =>
|
|
array (
|
|
'id' => 69,
|
|
'name' => 'Electrical Car Charging Station',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-charging-station',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
69 =>
|
|
array (
|
|
'id' => 70,
|
|
'name' => 'Football Field',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-futbol',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
70 =>
|
|
array (
|
|
'id' => 71,
|
|
'name' => 'Sun Terrace',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-sun',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
71 =>
|
|
array (
|
|
'id' => 72,
|
|
'name' => 'Gym',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dumbbell',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
72 =>
|
|
array (
|
|
'id' => 73,
|
|
'name' => 'Auditorium',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-microphone',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
73 =>
|
|
array (
|
|
'id' => 74,
|
|
'name' => 'Library',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-book',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
74 =>
|
|
array (
|
|
'id' => 75,
|
|
'name' => 'Mosque',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-star-and-crescent',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
75 =>
|
|
array (
|
|
'id' => 76,
|
|
'name' => 'Microwave',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-square',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
76 =>
|
|
array (
|
|
'id' => 77,
|
|
'name' => 'Music Library',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-music',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
77 =>
|
|
array (
|
|
'id' => 78,
|
|
'name' => 'Public Kitchen',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
78 =>
|
|
array (
|
|
'id' => 79,
|
|
'name' => 'Playground',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dice',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
79 =>
|
|
array (
|
|
'id' => 80,
|
|
'name' => 'Game Room',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-chess-queen',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
80 =>
|
|
array (
|
|
'id' => 81,
|
|
'name' => 'Designated Smoking Area',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-smoking',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
81 =>
|
|
array (
|
|
'id' => 82,
|
|
'name' => 'Panoramic Terrace',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-star',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
82 =>
|
|
array (
|
|
'id' => 83,
|
|
'name' => 'Lobby',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-concierge-bell',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
83 =>
|
|
array (
|
|
'id' => 84,
|
|
'name' => 'Chapel / Shrine',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-church',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
84 =>
|
|
array (
|
|
'id' => 85,
|
|
'name' => 'Tennis court',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-table-tennis',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
85 =>
|
|
array (
|
|
'id' => 86,
|
|
'name' => 'Terrace',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-star',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
86 =>
|
|
array (
|
|
'id' => 87,
|
|
'name' => 'Meeting room',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-user-friends',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
87 =>
|
|
array (
|
|
'id' => 88,
|
|
'name' => 'Tv Room',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tv',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
88 =>
|
|
array (
|
|
'id' => 89,
|
|
'name' => 'Video Library',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-video',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
89 =>
|
|
array (
|
|
'id' => 90,
|
|
'name' => 'Theater Hall',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-theater-masks',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
90 =>
|
|
array (
|
|
'id' => 91,
|
|
'name' => 'Safe Box',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-square',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
91 =>
|
|
array (
|
|
'id' => 92,
|
|
'name' => 'Cafeteria',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-coffee',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
92 =>
|
|
array (
|
|
'id' => 93,
|
|
'name' => 'Shops',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-store',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
93 =>
|
|
array (
|
|
'id' => 94,
|
|
'name' => 'Newspaper Buffet',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-newspaper',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
94 =>
|
|
array (
|
|
'id' => 95,
|
|
'name' => 'Minimarket',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-store-alt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
95 =>
|
|
array (
|
|
'id' => 96,
|
|
'name' => 'Bar (s)',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-beer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
96 =>
|
|
array (
|
|
'id' => 97,
|
|
'name' => 'Roofbar',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-beer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
97 =>
|
|
array (
|
|
'id' => 98,
|
|
'name' => 'Bicycle Room',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bicycle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
98 =>
|
|
array (
|
|
'id' => 99,
|
|
'name' => 'Car park',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-parking',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
99 =>
|
|
array (
|
|
'id' => 100,
|
|
'name' => 'Children\'s Club',
|
|
'parent_id' => 62,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-child',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
100 =>
|
|
array (
|
|
'id' => 101,
|
|
'name' => 'Food & Drink',
|
|
'parent_id' => 61,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
101 =>
|
|
array (
|
|
'id' => 102,
|
|
'name' => 'Garden Bar',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-cocktail',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
102 =>
|
|
array (
|
|
'id' => 103,
|
|
'name' => 'Bar',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-beer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
103 =>
|
|
array (
|
|
'id' => 104,
|
|
'name' => 'BBQ Facilities',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hamburger',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
104 =>
|
|
array (
|
|
'id' => 105,
|
|
'name' => 'Beach Bar',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-beer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
105 =>
|
|
array (
|
|
'id' => 106,
|
|
'name' => 'Cafe',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-coffee',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
106 =>
|
|
array (
|
|
'id' => 107,
|
|
'name' => 'Disco Bar',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-cocktail',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
107 =>
|
|
array (
|
|
'id' => 108,
|
|
'name' => 'Icecream',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-ice-cream',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
108 =>
|
|
array (
|
|
'id' => 109,
|
|
'name' => 'Pancake Corner',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-cookie',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
109 =>
|
|
array (
|
|
'id' => 110,
|
|
'name' => 'Pool Bar',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wine-bottle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
110 =>
|
|
array (
|
|
'id' => 111,
|
|
'name' => 'Beverage Vending Machine',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-coffee',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
111 =>
|
|
array (
|
|
'id' => 112,
|
|
'name' => 'Cafeteria',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-coffee',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
112 =>
|
|
array (
|
|
'id' => 113,
|
|
'name' => 'Breakfast room',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bread-slice',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
113 =>
|
|
array (
|
|
'id' => 114,
|
|
'name' => 'Indoor Restaurant',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-door-closed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
114 =>
|
|
array (
|
|
'id' => 115,
|
|
'name' => 'Lobby Bar',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wine-bottle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
115 =>
|
|
array (
|
|
'id' => 116,
|
|
'name' => 'Hookah cafe',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-joint',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
116 =>
|
|
array (
|
|
'id' => 117,
|
|
'name' => 'Food Service In Room',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
117 =>
|
|
array (
|
|
'id' => 118,
|
|
'name' => 'Take Away',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-box',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
118 =>
|
|
array (
|
|
'id' => 119,
|
|
'name' => 'Pastry Shop',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-cookie',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
119 =>
|
|
array (
|
|
'id' => 120,
|
|
'name' => 'Restaurant',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
120 =>
|
|
array (
|
|
'id' => 121,
|
|
'name' => 'Open Buffet Restaurant',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
121 =>
|
|
array (
|
|
'id' => 122,
|
|
'name' => 'A La Carte Restaurant',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
122 =>
|
|
array (
|
|
'id' => 123,
|
|
'name' => 'Snack bar',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-candy-cane',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
123 =>
|
|
array (
|
|
'id' => 124,
|
|
'name' => 'Terrace Bar',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-cocktail',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
124 =>
|
|
array (
|
|
'id' => 125,
|
|
'name' => 'Vitamin Bar',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-apple-alt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
125 =>
|
|
array (
|
|
'id' => 126,
|
|
'name' => 'Special Diet',
|
|
'parent_id' => 101,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-carrot',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
126 =>
|
|
array (
|
|
'id' => 127,
|
|
'name' => 'Pool',
|
|
'parent_id' => 61,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
127 =>
|
|
array (
|
|
'id' => 128,
|
|
'name' => 'Aqua Park',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
128 =>
|
|
array (
|
|
'id' => 129,
|
|
'name' => 'Male / Female Separate Swimming Pool',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimmer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
129 =>
|
|
array (
|
|
'id' => 130,
|
|
'name' => 'Pool with Water Slide',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
130 =>
|
|
array (
|
|
'id' => 131,
|
|
'name' => 'Hot Water Pool',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
131 =>
|
|
array (
|
|
'id' => 132,
|
|
'name' => 'Locker Cabinet',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-restroom',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
132 =>
|
|
array (
|
|
'id' => 133,
|
|
'name' => 'Sunbed',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
133 =>
|
|
array (
|
|
'id' => 134,
|
|
'name' => 'Freshwater Pool',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
134 =>
|
|
array (
|
|
'id' => 135,
|
|
'name' => 'Themed Pool',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
135 =>
|
|
array (
|
|
'id' => 136,
|
|
'name' => 'Thermal Pool',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
136 =>
|
|
array (
|
|
'id' => 137,
|
|
'name' => 'Saltwater Pool',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
137 =>
|
|
array (
|
|
'id' => 138,
|
|
'name' => 'Swimming pool',
|
|
'parent_id' => 127,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimmer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
138 =>
|
|
array (
|
|
'id' => 139,
|
|
'name' => 'Spa, Wellness & Care',
|
|
'parent_id' => 61,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
139 =>
|
|
array (
|
|
'id' => 140,
|
|
'name' => 'Acupuncture',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-slash',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
140 =>
|
|
array (
|
|
'id' => 141,
|
|
'name' => 'Aromatic Balneo Therapy',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
141 =>
|
|
array (
|
|
'id' => 142,
|
|
'name' => 'Asthma Cave',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
142 =>
|
|
array (
|
|
'id' => 143,
|
|
'name' => 'Bio Sauna',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
143 =>
|
|
array (
|
|
'id' => 144,
|
|
'name' => 'Steam Bath',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
144 =>
|
|
array (
|
|
'id' => 145,
|
|
'name' => 'Steam Bathhouse',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
145 =>
|
|
array (
|
|
'id' => 146,
|
|
'name' => 'Steam Room',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
146 =>
|
|
array (
|
|
'id' => 147,
|
|
'name' => 'Skin Care',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-allergies',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
147 =>
|
|
array (
|
|
'id' => 148,
|
|
'name' => 'Mud Bath',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bath',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
148 =>
|
|
array (
|
|
'id' => 149,
|
|
'name' => 'Doctor',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-briefcase-medical',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
149 =>
|
|
array (
|
|
'id' => 150,
|
|
'name' => 'Finnish Sauna',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
150 =>
|
|
array (
|
|
'id' => 151,
|
|
'name' => 'Fitness Center',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dumbbell',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
151 =>
|
|
array (
|
|
'id' => 152,
|
|
'name' => 'Nurse',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-user-md',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
152 =>
|
|
array (
|
|
'id' => 153,
|
|
'name' => 'Hydrocolon Therapy',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
153 =>
|
|
array (
|
|
'id' => 154,
|
|
'name' => 'Hydromassage Bathtub',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
154 =>
|
|
array (
|
|
'id' => 155,
|
|
'name' => 'Jacuzzi',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
155 =>
|
|
array (
|
|
'id' => 156,
|
|
'name' => 'Hot Spring',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
156 =>
|
|
array (
|
|
'id' => 157,
|
|
'name' => 'Snow Room',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-snowflake',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
157 =>
|
|
array (
|
|
'id' => 158,
|
|
'name' => 'Hairdresser',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-cut',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
158 =>
|
|
array (
|
|
'id' => 159,
|
|
'name' => 'Laser Therapy',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
159 =>
|
|
array (
|
|
'id' => 160,
|
|
'name' => 'Massage Services',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
160 =>
|
|
array (
|
|
'id' => 161,
|
|
'name' => 'Ozone Sauna',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
161 =>
|
|
array (
|
|
'id' => 162,
|
|
'name' => 'Infirmary',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-clinic-medical',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
162 =>
|
|
array (
|
|
'id' => 163,
|
|
'name' => 'Sauna',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
163 =>
|
|
array (
|
|
'id' => 164,
|
|
'name' => 'Solarium',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-sun',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
164 =>
|
|
array (
|
|
'id' => 165,
|
|
'name' => 'Spa Bar',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
165 =>
|
|
array (
|
|
'id' => 166,
|
|
'name' => 'Shock Pool',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
166 =>
|
|
array (
|
|
'id' => 167,
|
|
'name' => 'Thalasso Therapy Center',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
167 =>
|
|
array (
|
|
'id' => 168,
|
|
'name' => 'Turkish Bath',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
168 =>
|
|
array (
|
|
'id' => 169,
|
|
'name' => 'Yoga',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
169 =>
|
|
array (
|
|
'id' => 170,
|
|
'name' => 'Seaweed Treatment',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
170 =>
|
|
array (
|
|
'id' => 171,
|
|
'name' => 'Effusion Therapy',
|
|
'parent_id' => 139,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
171 =>
|
|
array (
|
|
'id' => 172,
|
|
'name' => 'Activities',
|
|
'parent_id' => 61,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
172 =>
|
|
array (
|
|
'id' => 173,
|
|
'name' => 'Aerobic',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dumbbell',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
173 =>
|
|
array (
|
|
'id' => 174,
|
|
'name' => 'Air Hockey',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hockey-puck',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
174 =>
|
|
array (
|
|
'id' => 175,
|
|
'name' => 'Aquaroic',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimmer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
175 =>
|
|
array (
|
|
'id' => 176,
|
|
'name' => 'Horse Riding',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-horse',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
176 =>
|
|
array (
|
|
'id' => 177,
|
|
'name' => 'Shooting',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bullseye',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
177 =>
|
|
array (
|
|
'id' => 178,
|
|
'name' => 'Atv Safari',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-truck-monster',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
178 =>
|
|
array (
|
|
'id' => 179,
|
|
'name' => 'Badminton',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-table-tennis',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
179 =>
|
|
array (
|
|
'id' => 180,
|
|
'name' => 'Fishing',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-fish',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
180 =>
|
|
array (
|
|
'id' => 181,
|
|
'name' => 'Balloon',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-circle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
181 =>
|
|
array (
|
|
'id' => 182,
|
|
'name' => 'Basketball',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-basketball-ball',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
182 =>
|
|
array (
|
|
'id' => 183,
|
|
'name' => 'Beach Football',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-futbol',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
183 =>
|
|
array (
|
|
'id' => 184,
|
|
'name' => 'Beach Volleyball',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-volleyball-ball',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
184 =>
|
|
array (
|
|
'id' => 185,
|
|
'name' => 'Billiards',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dot-circle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
185 =>
|
|
array (
|
|
'id' => 186,
|
|
'name' => 'Bicycle',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bicycle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
186 =>
|
|
array (
|
|
'id' => 187,
|
|
'name' => 'Boccia',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'far fa-futbol',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
187 =>
|
|
array (
|
|
'id' => 188,
|
|
'name' => 'Bowling',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bowling-ball',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
188 =>
|
|
array (
|
|
'id' => 189,
|
|
'name' => 'Ice Skating',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-skating',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
189 =>
|
|
array (
|
|
'id' => 190,
|
|
'name' => 'Dance Lessons',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bowling-ball',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
190 =>
|
|
array (
|
|
'id' => 191,
|
|
'name' => 'Darts',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bullseye-arrow',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
191 =>
|
|
array (
|
|
'id' => 192,
|
|
'name' => 'Pedalo',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bowling-ball',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
192 =>
|
|
array (
|
|
'id' => 193,
|
|
'name' => 'Golf',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bicycle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
193 =>
|
|
array (
|
|
'id' => 194,
|
|
'name' => 'Air Rifle',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bullseye',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
194 =>
|
|
array (
|
|
'id' => 195,
|
|
'name' => 'Pool Games',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
195 =>
|
|
array (
|
|
'id' => 196,
|
|
'name' => 'Motorboat',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-ship',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
196 =>
|
|
array (
|
|
'id' => 197,
|
|
'name' => 'Jeep Safari',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-truck-monster',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
197 =>
|
|
array (
|
|
'id' => 198,
|
|
'name' => 'Jet Ski',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-water',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
198 =>
|
|
array (
|
|
'id' => 199,
|
|
'name' => 'Gymnastics',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dumbbell',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
199 =>
|
|
array (
|
|
'id' => 200,
|
|
'name' => 'Jogging',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-running',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
200 =>
|
|
array (
|
|
'id' => 201,
|
|
'name' => 'Canoe',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-water',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
201 =>
|
|
array (
|
|
'id' => 202,
|
|
'name' => 'Karaoke',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-microphone',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
202 =>
|
|
array (
|
|
'id' => 203,
|
|
'name' => 'Card Games',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-th-large',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
203 =>
|
|
array (
|
|
'id' => 204,
|
|
'name' => 'Ski',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-skiing-nordic',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
204 =>
|
|
array (
|
|
'id' => 205,
|
|
'name' => 'Kitesurf',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wind',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
205 =>
|
|
array (
|
|
'id' => 206,
|
|
'name' => 'Pinball',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-circle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
206 =>
|
|
array (
|
|
'id' => 207,
|
|
'name' => 'Ping Pong',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-table-tennis',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
207 =>
|
|
array (
|
|
'id' => 208,
|
|
'name' => 'Mini Billiards',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dot-circle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
208 =>
|
|
array (
|
|
'id' => 209,
|
|
'name' => 'Mini Football',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'far fa-futbol',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
209 =>
|
|
array (
|
|
'id' => 210,
|
|
'name' => 'Mini Golf',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-golf-ball',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
210 =>
|
|
array (
|
|
'id' => 211,
|
|
'name' => 'Motorized Water Sports',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-ship',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
211 =>
|
|
array (
|
|
'id' => 212,
|
|
'name' => 'Banana Boat',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-ship',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
212 =>
|
|
array (
|
|
'id' => 213,
|
|
'name' => 'Archery',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bullseye',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
213 =>
|
|
array (
|
|
'id' => 214,
|
|
'name' => 'Okey Team',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dice',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
214 =>
|
|
array (
|
|
'id' => 215,
|
|
'name' => 'Paintball',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-ellipsis-h',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
215 =>
|
|
array (
|
|
'id' => 216,
|
|
'name' => 'Parasailing',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-parachute-box',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
216 =>
|
|
array (
|
|
'id' => 217,
|
|
'name' => 'Parachute',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-parachute-box',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
217 =>
|
|
array (
|
|
'id' => 218,
|
|
'name' => 'Pedal Boat',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-ship',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
218 =>
|
|
array (
|
|
'id' => 219,
|
|
'name' => 'Pilates',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-circle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
219 =>
|
|
array (
|
|
'id' => 220,
|
|
'name' => 'Pinball',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-circle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
220 =>
|
|
array (
|
|
'id' => 221,
|
|
'name' => 'Rafting',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-water',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
221 =>
|
|
array (
|
|
'id' => 222,
|
|
'name' => 'Ringo',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-life-ring',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
222 =>
|
|
array (
|
|
'id' => 223,
|
|
'name' => 'Windsurf',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wind',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
223 =>
|
|
array (
|
|
'id' => 224,
|
|
'name' => 'Safari',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-compass',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
224 =>
|
|
array (
|
|
'id' => 225,
|
|
'name' => 'Chess',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-chess-board',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
225 =>
|
|
array (
|
|
'id' => 226,
|
|
'name' => 'Scuba Diving',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimmer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
226 =>
|
|
array (
|
|
'id' => 227,
|
|
'name' => 'Surf',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-water',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
227 =>
|
|
array (
|
|
'id' => 228,
|
|
'name' => 'Squash',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-table-tennis',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
228 =>
|
|
array (
|
|
'id' => 229,
|
|
'name' => 'Step',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-shoe-prints',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
229 =>
|
|
array (
|
|
'id' => 230,
|
|
'name' => 'Water Aerobics',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimmer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
230 =>
|
|
array (
|
|
'id' => 231,
|
|
'name' => 'Water Skiing',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-water',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
231 =>
|
|
array (
|
|
'id' => 232,
|
|
'name' => 'Water Polo',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-volleyball-ball',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
232 =>
|
|
array (
|
|
'id' => 233,
|
|
'name' => 'Backgammon',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dice',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
233 =>
|
|
array (
|
|
'id' => 234,
|
|
'name' => 'Tennis',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-table-tennis',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
234 =>
|
|
array (
|
|
'id' => 235,
|
|
'name' => 'Climb',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-mountain',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
235 =>
|
|
array (
|
|
'id' => 236,
|
|
'name' => 'Trampolin',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-circle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
236 =>
|
|
array (
|
|
'id' => 237,
|
|
'name' => 'Trekking',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hiking',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
237 =>
|
|
array (
|
|
'id' => 238,
|
|
'name' => 'Volleyball',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-volleyball-ball',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
238 =>
|
|
array (
|
|
'id' => 239,
|
|
'name' => 'Paragliding',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-parachute-box',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
239 =>
|
|
array (
|
|
'id' => 240,
|
|
'name' => 'Sailing',
|
|
'parent_id' => 172,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wind',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
240 =>
|
|
array (
|
|
'id' => 241,
|
|
'name' => 'Entertainment',
|
|
'parent_id' => 61,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
241 =>
|
|
array (
|
|
'id' => 242,
|
|
'name' => 'Outdoor Activities',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-sun',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
242 =>
|
|
array (
|
|
'id' => 243,
|
|
'name' => 'Amphitheatre',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-theater-masks',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
243 =>
|
|
array (
|
|
'id' => 244,
|
|
'name' => 'Animation Team',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-crown',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
244 =>
|
|
array (
|
|
'id' => 245,
|
|
'name' => 'Beach Party',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-umbrella-beach',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
245 =>
|
|
array (
|
|
'id' => 246,
|
|
'name' => 'Bowling Alley',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bowling-ball',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
246 =>
|
|
array (
|
|
'id' => 247,
|
|
'name' => 'Live Entertainment',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-theater-masks',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
247 =>
|
|
array (
|
|
'id' => 248,
|
|
'name' => 'Live music',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-music',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
248 =>
|
|
array (
|
|
'id' => 249,
|
|
'name' => 'Dance Performances',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-music',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
249 =>
|
|
array (
|
|
'id' => 250,
|
|
'name' => 'Entertainment Programs',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-theater-masks',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
250 =>
|
|
array (
|
|
'id' => 251,
|
|
'name' => 'Night club',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-glass-cheers',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
251 =>
|
|
array (
|
|
'id' => 252,
|
|
'name' => 'Night Shows',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-moon',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
252 =>
|
|
array (
|
|
'id' => 253,
|
|
'name' => 'Zoo',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-paw',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
253 =>
|
|
array (
|
|
'id' => 254,
|
|
'name' => 'Foam party',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-glass-cheers',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
254 =>
|
|
array (
|
|
'id' => 255,
|
|
'name' => 'Casino',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-coins',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
255 =>
|
|
array (
|
|
'id' => 256,
|
|
'name' => 'Culture Show',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-theater-masks',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
256 =>
|
|
array (
|
|
'id' => 257,
|
|
'name' => 'Fun fair',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dot-circle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
257 =>
|
|
array (
|
|
'id' => 258,
|
|
'name' => 'Beach Parties',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-umbrella-beach',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
258 =>
|
|
array (
|
|
'id' => 259,
|
|
'name' => 'Pub',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-beer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
259 =>
|
|
array (
|
|
'id' => 260,
|
|
'name' => 'Cinema',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-film',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
260 =>
|
|
array (
|
|
'id' => 261,
|
|
'name' => 'Circus Acrobatics',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-campground',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
261 =>
|
|
array (
|
|
'id' => 262,
|
|
'name' => 'Soft Animation',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-crow',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
262 =>
|
|
array (
|
|
'id' => 263,
|
|
'name' => 'Boat Tour',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-ship',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
263 =>
|
|
array (
|
|
'id' => 264,
|
|
'name' => 'Themed Nights',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-mask',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
264 =>
|
|
array (
|
|
'id' => 265,
|
|
'name' => 'Yacht tour',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-ship',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
265 =>
|
|
array (
|
|
'id' => 266,
|
|
'name' => 'Sailboat',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-ship',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
266 =>
|
|
array (
|
|
'id' => 267,
|
|
'name' => 'Cooking Course',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
267 =>
|
|
array (
|
|
'id' => 268,
|
|
'name' => 'Theater Show',
|
|
'parent_id' => 241,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-theater-masks',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
268 =>
|
|
array (
|
|
'id' => 269,
|
|
'name' => 'Kids & Baby',
|
|
'parent_id' => 61,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
269 =>
|
|
array (
|
|
'id' => 270,
|
|
'name' => 'Sitter',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-baby',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
270 =>
|
|
array (
|
|
'id' => 271,
|
|
'name' => 'Children\'s Buffet',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tint',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
271 =>
|
|
array (
|
|
'id' => 272,
|
|
'name' => 'Children\'s Disco',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
272 =>
|
|
array (
|
|
'id' => 273,
|
|
'name' => 'Kiddy Pool ',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bicycle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
273 =>
|
|
array (
|
|
'id' => 274,
|
|
'name' => 'Child Cot',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
274 =>
|
|
array (
|
|
'id' => 275,
|
|
'name' => 'Children\'s park',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-child',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
275 =>
|
|
array (
|
|
'id' => 276,
|
|
'name' => 'Stroller',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-baby-carriage',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
276 =>
|
|
array (
|
|
'id' => 277,
|
|
'name' => 'Baby cot',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
277 =>
|
|
array (
|
|
'id' => 278,
|
|
'name' => 'Baby Bathtub',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bath',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
278 =>
|
|
array (
|
|
'id' => 279,
|
|
'name' => 'Baby Food Sales',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-cookie',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
279 =>
|
|
array (
|
|
'id' => 280,
|
|
'name' => 'Baby Milk Sales',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tint',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
280 =>
|
|
array (
|
|
'id' => 281,
|
|
'name' => 'Cradle',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
281 =>
|
|
array (
|
|
'id' => 282,
|
|
'name' => 'Bottle Sterilization',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tint',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
282 =>
|
|
array (
|
|
'id' => 283,
|
|
'name' => 'Baby Care Area in Public Toilets',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-baby',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
283 =>
|
|
array (
|
|
'id' => 284,
|
|
'name' => 'Water Heater For Baby Formula',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tint',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
284 =>
|
|
array (
|
|
'id' => 285,
|
|
'name' => 'Mini Club',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-child',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
285 =>
|
|
array (
|
|
'id' => 286,
|
|
'name' => 'Baby Chair',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-chair',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
286 =>
|
|
array (
|
|
'id' => 287,
|
|
'name' => 'Children\'s Programs',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-child',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
287 =>
|
|
array (
|
|
'id' => 288,
|
|
'name' => 'Children\'s Menu',
|
|
'parent_id' => 269,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-cookie',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
288 =>
|
|
array (
|
|
'id' => 289,
|
|
'name' => 'Room',
|
|
'parent_id' => NULL,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
289 =>
|
|
array (
|
|
'id' => 290,
|
|
'name' => 'Common Amenities of Rooms',
|
|
'parent_id' => 289,
|
|
'type' => 0,
|
|
'order_number' => 0,
|
|
'icon' => '',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
290 =>
|
|
array (
|
|
'id' => 291,
|
|
'name' => '220 Volts',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-plug',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
291 =>
|
|
array (
|
|
'id' => 292,
|
|
'name' => 'Outdoor Dining Table',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-sun',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
292 =>
|
|
array (
|
|
'id' => 293,
|
|
'name' => 'Wood / Parquet Flooring',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-square',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
293 =>
|
|
array (
|
|
'id' => 294,
|
|
'name' => 'Alarm',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bell',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
294 =>
|
|
array (
|
|
'id' => 295,
|
|
'name' => 'Antiallergic',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spray-can',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
295 =>
|
|
array (
|
|
'id' => 296,
|
|
'name' => 'Mirror',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-square',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
296 =>
|
|
array (
|
|
'id' => 297,
|
|
'name' => 'Separate Bedroom',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
297 =>
|
|
array (
|
|
'id' => 298,
|
|
'name' => 'Connecting Rooms',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spray-can',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
298 =>
|
|
array (
|
|
'id' => 299,
|
|
'name' => 'Garden View',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tree',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
299 =>
|
|
array (
|
|
'id' => 300,
|
|
'name' => 'Balcony',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-border-all',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
300 =>
|
|
array (
|
|
'id' => 301,
|
|
'name' => 'Bathroom',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bath',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
301 =>
|
|
array (
|
|
'id' => 302,
|
|
'name' => 'Bathroom Products',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bath',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
302 =>
|
|
array (
|
|
'id' => 303,
|
|
'name' => 'Telephone in Bathroom',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-phone',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
303 =>
|
|
array (
|
|
'id' => 304,
|
|
'name' => 'BBQ',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hamburger',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
304 =>
|
|
array (
|
|
'id' => 305,
|
|
'name' => 'Baby Table',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-baby',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
305 =>
|
|
array (
|
|
'id' => 306,
|
|
'name' => 'Bidet',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-toilet',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
306 =>
|
|
array (
|
|
'id' => 307,
|
|
'name' => 'Computer',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-laptop',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
307 =>
|
|
array (
|
|
'id' => 308,
|
|
'name' => 'Blu-ray player',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-compact-disc',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
308 =>
|
|
array (
|
|
'id' => 309,
|
|
'name' => 'Bosphorus View',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-water',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
309 =>
|
|
array (
|
|
'id' => 310,
|
|
'name' => 'Bathrobe',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-washer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
310 =>
|
|
array (
|
|
'id' => 311,
|
|
'name' => 'Dishwasher',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-washer',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
311 =>
|
|
array (
|
|
'id' => 312,
|
|
'name' => 'Refrigerator',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-temperature-low',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
312 =>
|
|
array (
|
|
'id' => 313,
|
|
'name' => 'CD Player',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-compact-disc',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
313 =>
|
|
array (
|
|
'id' => 314,
|
|
'name' => 'Alarm Clock',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-clock',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
314 =>
|
|
array (
|
|
'id' => 315,
|
|
'name' => 'Study Desk',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-pencil-alt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
315 =>
|
|
array (
|
|
'id' => 316,
|
|
'name' => 'Clothes Dryer ',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tshirt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
316 =>
|
|
array (
|
|
'id' => 317,
|
|
'name' => 'Washing machine',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-dryer-alt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
317 =>
|
|
array (
|
|
'id' => 318,
|
|
'name' => 'Drawers',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tshirt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
318 =>
|
|
array (
|
|
'id' => 319,
|
|
'name' => 'Coffee / Tea Maker',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-coffee',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
319 =>
|
|
array (
|
|
'id' => 320,
|
|
'name' => 'Mountain View ',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-mountain',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
320 =>
|
|
array (
|
|
'id' => 321,
|
|
'name' => 'Sea View',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-water',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
321 =>
|
|
array (
|
|
'id' => 322,
|
|
'name' => 'Direct Dial Telephone',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-phone',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
322 =>
|
|
array (
|
|
'id' => 323,
|
|
'name' => 'Laptop',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-laptop',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
323 =>
|
|
array (
|
|
'id' => 324,
|
|
'name' => 'Landscape',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tree',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
324 =>
|
|
array (
|
|
'id' => 325,
|
|
'name' => 'Smoke Alarm',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bell',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
325 =>
|
|
array (
|
|
'id' => 326,
|
|
'name' => 'Shower',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-shower',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
326 =>
|
|
array (
|
|
'id' => 327,
|
|
'name' => 'Flat Screen Tv',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tv',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
327 =>
|
|
array (
|
|
'id' => 328,
|
|
'name' => 'DVD Player',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-compact-disc',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
328 =>
|
|
array (
|
|
'id' => 329,
|
|
'name' => 'Toaster',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bread-slice',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
329 =>
|
|
array (
|
|
'id' => 330,
|
|
'name' => 'Extra Bed',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
330 =>
|
|
array (
|
|
'id' => 331,
|
|
'name' => 'Warming Pad',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
331 =>
|
|
array (
|
|
'id' => 332,
|
|
'name' => 'Electric Water Heater',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-coffee',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
332 =>
|
|
array (
|
|
'id' => 333,
|
|
'name' => 'Extra Long Bed (> 2 mt)',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
333 =>
|
|
array (
|
|
'id' => 334,
|
|
'name' => 'Fan',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-fan',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
334 =>
|
|
array (
|
|
'id' => 335,
|
|
'name' => 'Fax',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-fax',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
335 =>
|
|
array (
|
|
'id' => 336,
|
|
'name' => 'Owen',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-fire',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
336 =>
|
|
array (
|
|
'id' => 337,
|
|
'name' => 'Widescreen Tv',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tv',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
337 =>
|
|
array (
|
|
'id' => 338,
|
|
'name' => 'Lake View ',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-water',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
338 =>
|
|
array (
|
|
'id' => 339,
|
|
'name' => 'Carpeted Floor',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-square',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
339 =>
|
|
array (
|
|
'id' => 340,
|
|
'name' => 'Air / Water Filter',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-filter',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
340 =>
|
|
array (
|
|
'id' => 341,
|
|
'name' => 'Pool View',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
341 =>
|
|
array (
|
|
'id' => 342,
|
|
'name' => 'Heating',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-fire',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
342 =>
|
|
array (
|
|
'id' => 343,
|
|
'name' => 'Light / Noise / Heat Insulated Curtains',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-lightbulb',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
343 =>
|
|
array (
|
|
'id' => 344,
|
|
'name' => 'Second Bathroom',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bath',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
344 =>
|
|
array (
|
|
'id' => 345,
|
|
'name' => 'Internet Connection',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wifi',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
345 =>
|
|
array (
|
|
'id' => 346,
|
|
'name' => 'iPad',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-mobile-alt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
346 =>
|
|
array (
|
|
'id' => 347,
|
|
'name' => 'iPod Docking Station',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-mobile-alt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
347 =>
|
|
array (
|
|
'id' => 348,
|
|
'name' => 'Jacuzzi',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hot-tub',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
348 =>
|
|
array (
|
|
'id' => 349,
|
|
'name' => 'Cable Channels',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tv',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
349 =>
|
|
array (
|
|
'id' => 350,
|
|
'name' => 'Coffee machine',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-coffee',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
350 =>
|
|
array (
|
|
'id' => 351,
|
|
'name' => 'Sofa',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-couch',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
351 =>
|
|
array (
|
|
'id' => 352,
|
|
'name' => 'Clothes Cabinet',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tshirt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
352 =>
|
|
array (
|
|
'id' => 353,
|
|
'name' => 'Air Conditioner',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wind',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
353 =>
|
|
array (
|
|
'id' => 354,
|
|
'name' => 'Dryer',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tshirt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
354 =>
|
|
array (
|
|
'id' => 355,
|
|
'name' => 'Tub',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bath',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
355 =>
|
|
array (
|
|
'id' => 356,
|
|
'name' => 'Make up Desk',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fab fa-sketch',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
356 =>
|
|
array (
|
|
'id' => 357,
|
|
'name' => 'Massage Service',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-spa',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
357 =>
|
|
array (
|
|
'id' => 358,
|
|
'name' => 'Central Heating',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-thermometer-three-quarters',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
358 =>
|
|
array (
|
|
'id' => 359,
|
|
'name' => 'Marble Floor',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-square',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
359 =>
|
|
array (
|
|
'id' => 360,
|
|
'name' => 'Microwave Oven',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-fire',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
360 =>
|
|
array (
|
|
'id' => 361,
|
|
'name' => 'Mini Bar',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wine-bottle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
361 =>
|
|
array (
|
|
'id' => 362,
|
|
'name' => 'Mini Refrigerator',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-temperature-low',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
362 =>
|
|
array (
|
|
'id' => 363,
|
|
'name' => 'Kitchenette',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
363 =>
|
|
array (
|
|
'id' => 364,
|
|
'name' => 'Kitchen',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
364 =>
|
|
array (
|
|
'id' => 365,
|
|
'name' => 'Kitchenware',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
365 =>
|
|
array (
|
|
'id' => 366,
|
|
'name' => 'Music Player',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-music',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
366 =>
|
|
array (
|
|
'id' => 367,
|
|
'name' => 'River View',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-water',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
367 =>
|
|
array (
|
|
'id' => 368,
|
|
'name' => 'Furnace',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-fire',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
368 =>
|
|
array (
|
|
'id' => 369,
|
|
'name' => 'Pool in the Room',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-couch',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
369 =>
|
|
array (
|
|
'id' => 370,
|
|
'name' => 'Sitting Group',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-couch',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
370 =>
|
|
array (
|
|
'id' => 371,
|
|
'name' => 'Game Console',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-gamepad',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
371 =>
|
|
array (
|
|
'id' => 372,
|
|
'name' => 'Paid Movies',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tv',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
372 =>
|
|
array (
|
|
'id' => 373,
|
|
'name' => 'Private Entrance',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-door-open',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
373 =>
|
|
array (
|
|
'id' => 374,
|
|
'name' => 'Private Pool',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-swimming-pool',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
374 =>
|
|
array (
|
|
'id' => 375,
|
|
'name' => 'Radio',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-music',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
375 =>
|
|
array (
|
|
'id' => 376,
|
|
'name' => 'Clock',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-clock',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
376 =>
|
|
array (
|
|
'id' => 377,
|
|
'name' => 'Hair Dryer',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wind',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
377 =>
|
|
array (
|
|
'id' => 378,
|
|
'name' => 'Safe Box',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-square',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
378 =>
|
|
array (
|
|
'id' => 379,
|
|
'name' => 'Sound insulation',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
379 =>
|
|
array (
|
|
'id' => 380,
|
|
'name' => 'Mosquito Wire',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-hashtag',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
380 =>
|
|
array (
|
|
'id' => 381,
|
|
'name' => 'Dressing Room',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-restroom',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
381 =>
|
|
array (
|
|
'id' => 382,
|
|
'name' => 'Split Air Conditioner',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wind',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
382 =>
|
|
array (
|
|
'id' => 383,
|
|
'name' => 'Local / International Calling',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-phone',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
383 =>
|
|
array (
|
|
'id' => 384,
|
|
'name' => 'Bottled Water',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-wine-bottle',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
384 =>
|
|
array (
|
|
'id' => 385,
|
|
'name' => 'Fireplace',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-fire',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
385 =>
|
|
array (
|
|
'id' => 386,
|
|
'name' => 'Telephone',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-phone',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
386 =>
|
|
array (
|
|
'id' => 387,
|
|
'name' => 'Television',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tv',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
387 =>
|
|
array (
|
|
'id' => 388,
|
|
'name' => 'Cleaning Products',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-broom',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
388 =>
|
|
array (
|
|
'id' => 389,
|
|
'name' => 'Slipper',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-shoe-prints',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
389 =>
|
|
array (
|
|
'id' => 390,
|
|
'name' => 'Turkish Coffee Machine',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-coffee',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
390 =>
|
|
array (
|
|
'id' => 391,
|
|
'name' => 'Satellite Channels',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tv',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
391 =>
|
|
array (
|
|
'id' => 392,
|
|
'name' => 'Iron',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tshirt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
392 =>
|
|
array (
|
|
'id' => 393,
|
|
'name' => 'Ironing Facilities',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-tshirt',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
393 =>
|
|
array (
|
|
'id' => 394,
|
|
'name' => 'Fan',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-fan',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
394 =>
|
|
array (
|
|
'id' => 395,
|
|
'name' => 'Porch / Courtyard',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-square',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
395 =>
|
|
array (
|
|
'id' => 396,
|
|
'name' => 'Video Player',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-compact-disc',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
396 =>
|
|
array (
|
|
'id' => 397,
|
|
'name' => 'Pillow Menu',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-bed',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
397 =>
|
|
array (
|
|
'id' => 398,
|
|
'name' => 'Dining Areas',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
398 =>
|
|
array (
|
|
'id' => 399,
|
|
'name' => 'Dinner Table',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
399 =>
|
|
array (
|
|
'id' => 400,
|
|
'name' => 'Dinner Set',
|
|
'parent_id' => 290,
|
|
'type' => 1,
|
|
'order_number' => 0,
|
|
'icon' => 'fas fa-utensils',
|
|
'status' => 1,
|
|
'created_by' => 1,
|
|
'updated_by' => 1,
|
|
'created_at' => 0,
|
|
'updated_at' => 0,
|
|
),
|
|
));
|
|
|
|
|
|
}
|
|
}
|