@if (!$img_path)
@else
@endif

{{ __('eventmie-pro::em.ticket_of_count', ['index' => 1, 'total' => 1]) }}

@php $qrcode = $booking['customer_id'] . '/' . $booking['id'] . '-' . $booking['order_number'] . '.png'; $qrcodePath = public_path('/storage/qrcodes/' . $qrcode); if(getDisk() == 's3') { $qrcodePath = getStorageImage('qrcodes/'.$qrcode); $fileExists = Storage::disk('s3')->exists('qrcodes/'.$qrcode); } @endphp @if (file_exists($qrcodePath) && getDisk() != 's3') @elseif(getDisk() == 's3' && $fileExists) @endif

@lang('eventmie-pro::em.event')

{{ strlen($event->title) > 50 ? substr($event->title, 0, 50) . '..' : $event->title }}

{{ \Carbon\Carbon::parse($booking['event_start_date'] . ' ' . $booking['event_start_time'])->format('D, M d Y, h:i A') }} - {{ \Carbon\Carbon::parse($booking['event_end_date'] . ' ' . $booking['event_end_time'])->format('h:i A') }} {{ showTimezone() }}

{{ ucfirst($event->venue) }} | {{ ucfirst($event->address) }}

@lang('eventmie-pro::em.ticket')

{{ $booking['ticket_title'] }} x {{ $booking['quantity'] }}

@lang('eventmie-pro::em.buyer')

{{ ucfirst($booking['customer_name']) }} ({{ $booking['customer_email'] }})

www.{{ request()->getHttpHost() }}