ticket fix
This commit is contained in:
parent
3c31bad114
commit
3b11e37f69
|
|
@ -56,10 +56,16 @@ class SettingsSeeder extends Seeder
|
|||
'field' => '{"name":"value","label":"Value","type":"text"}',
|
||||
'active' => 1,
|
||||
],[
|
||||
'key' => 'ticket_text',
|
||||
'key' => 'ticket_text_title',
|
||||
'name' => 'Text title on ticket',
|
||||
'description' => 'Text title that will be printed on tickets',
|
||||
'value' => 'Uns berin',
|
||||
'field' => '{"name":"value","label":"Value","type":"text"}',
|
||||
'active' => 1,
|
||||
],[ 'key' => 'ticket_text',
|
||||
'name' => 'Text on ticket',
|
||||
'description' => 'Text that will be printed on tickets',
|
||||
'value' => 'twitter.com',
|
||||
'value' => 'Satyn alynan biletlar yzyny gaytarylanok',
|
||||
'field' => '{"name":"value","label":"Value","type":"text"}',
|
||||
'active' => 1,
|
||||
],[
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@
|
|||
<h2 style="margin-top: 5px; margin-bottom: 0">{{$attendee->reference}}</h2>
|
||||
</td>
|
||||
<td rowspan="2" style="width: 30%; padding: 20px; vertical-align: top">
|
||||
<p><b>Lorem ipsum dolor sit amet.</b> <span class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci facere hic id minus non omnis porro provident repellat sunt voluptatibus!</span></p>
|
||||
<p><b>{{\Backpack\Settings\app\Models\Setting::get('ticket_text_title')}}</b> <span class="text-muted">{{\Backpack\Settings\app\Models\Setting::get('ticket_text')}}</span></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue