@include('emails.header')
Hi {{ $data['user']?->name }},
Thank you for your recent ticket purchase! We're excited to have you participating in our
upcoming draw. Below are the details of your purchase:
Draw Name | Total Tickets | Ticket Numbers | Amount | Draw Date | Draw Time |
{{ $item->contest->title }} | {{ $item->quantity }} | @foreach ($tickets as $ticket) {!! $ticket . '' !!} @endforeach | {{ number_format($item->total, 2) }} | {{ !empty($item->contest->draw_date) ? date('Y-m-d', strtotime($item->contest->draw_date)) : ' - ' }} | {{ strtoupper(!empty($item->contest->draw_date) ? date('H:m a', strtotime($item->contest->draw_date)) : ' - ') }} |
{{'Total : '}} | {{$totalQuantity}} | {{number_format($totalAmount, 2)}} | |||
No Purchases Found |