ticket pdf fx
This commit is contained in:
parent
17c9869e2d
commit
5b45eca00b
|
|
@ -3,7 +3,7 @@ APP_DEBUG=false
|
|||
APP_URL=
|
||||
APP_CIPHER=AES-256-CBC
|
||||
APP_KEY=base64:b+IDeKd6fuC3vhnP4pjIqtx4AG3pnYWrOQ9zO+w8gxo=
|
||||
APP_TIMEZONE=
|
||||
APP_TIMEZONE=Asia/Ashgabat
|
||||
|
||||
DB_TYPE=mysql
|
||||
DB_HOST=localhost
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@
|
|||
{!! DNS1D::getBarcodeSVG($attendee->private_reference_number, "C39+", 1, 50) !!}
|
||||
</div>
|
||||
@endif
|
||||
<img alt="{{$event->organiser->full_logo_path}}" src="data:image/png;base64, {{$image}}" style="width: calc(100% - 40px); position: absolute; bottom: 20px;" />
|
||||
<img alt="{{$event->organiser->full_logo_path}}" src="data:image/png;base64, {{$image}}" style="width: 78%; position: absolute; bottom: 20px;" />
|
||||
</td>
|
||||
<td style="width: 45%; padding: 20px; vertical-align: top">
|
||||
<span class="text-muted">Номер билета</span>
|
||||
|
|
|
|||
Loading…
Reference in New Issue