Current Draw

@if(count($activeTickets)) @foreach($activeTickets as $ticket)
Ticket : {{$ticket->ticket_id}}
image
Contest No: {{$ticket->contest_no}}
Date: {{date('d-m-Y', strtotime($ticket->contest_on))}}
@endforeach @else
No Current Draws Found.
@endif