ticket fix

This commit is contained in:
merdan 2019-12-23 17:59:58 +05:00
parent 3c31bad114
commit 3b11e37f69
2 changed files with 9 additions and 3 deletions

View File

@ -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,
],[

View File

@ -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>