settings and page view

This commit is contained in:
merdan 2020-04-07 19:22:25 +05:00
parent 6f8aee3a55
commit 75aa840f35
1 changed files with 25 additions and 23 deletions

View File

@ -17,7 +17,7 @@ class SettingsSeeder extends Seeder
'key' => 'contact_email', 'key' => 'contact_email',
'name' => 'Contact form email address', 'name' => 'Contact form email address',
'description' => 'The email address that all emails will go from.', 'description' => 'The email address that all emails will go from.',
'value' => 'admin@bilettm.com', 'value' => 'maglumat@bilettm.com',
'field' => '{"name":"value","label":"Value","type":"email"}', 'field' => '{"name":"value","label":"Value","type":"email"}',
'active' => 1, 'active' => 1,
],[ ],[
@ -75,28 +75,30 @@ class SettingsSeeder extends Seeder
'value' => 'Satyn alynan biletlar yzyny gaytarylanok', 'value' => 'Satyn alynan biletlar yzyny gaytarylanok',
'field' => '{"name":"value","label":"Value","type":"text"}', 'field' => '{"name":"value","label":"Value","type":"text"}',
'active' => 1, 'active' => 1,
],[ ],
'key' => 'cinema_category_id', // [
'name' => 'Cinema category Id', // 'key' => 'cinema_category_id',
'description' => 'Home page cinema section category id', // 'name' => 'Cinema category Id',
'value' => 2, // 'description' => 'Home page cinema section category id',
'field' => '{"name":"value","label":"Value","type":"number"}', // 'value' => 2,
'active' => 1, // 'field' => '{"name":"value","label":"Value","type":"number"}',
],[ // 'active' => 1,
'key' => 'theatre_category_id', // ],[
'name' => 'Theatre category Id', // 'key' => 'theatre_category_id',
'description' => 'Home page theatre section category id', // 'name' => 'Theatre category Id',
'value' => 4, // 'description' => 'Home page theatre section category id',
'field' => '{"name":"value","label":"Value","type":"number"}', // 'value' => 4,
'active' => 1, // 'field' => '{"name":"value","label":"Value","type":"number"}',
],[ // 'active' => 1,
'key' => 'concert_category_id', // ],[
'name' => 'Concert category Id', // 'key' => 'concert_category_id',
'description' => 'Home page concert section category id', // 'name' => 'Concert category Id',
'value' => 5, // 'description' => 'Home page concert section category id',
'field' => '{"name":"value","label":"Value","type":"number"}', // 'value' => 5,
'active' => 1, // 'field' => '{"name":"value","label":"Value","type":"number"}',
],[ // 'active' => 1,
// ],
[
'key' => 'booking_fee_fixed', 'key' => 'booking_fee_fixed',
'name' => 'Booking fee fixed', 'name' => 'Booking fee fixed',
'description' => 'Event ticket booking fee fixed', 'description' => 'Event ticket booking fee fixed',