Offline Ticket Report

@if(!empty($offline_ticket) && count($offline_ticket) > 0)
@foreach($offline_ticket as $list) @endforeach
Sr No. Barcode Vehicle No. Membership Type Membership Value Vehicle Type In Gate Out Gate In Time Out Time
{{$i}} {{$list->barcode}} {{$list->vehicle_number}} @if(!empty($list->in_type_id) && $list->in_type =='1'){{ '-' }}@else{{$list->in_type_id}}@endif {{ $list->type }} {{ $list->ingate }} {{ $list->outgate }} {{ date("d-m-Y H:i:s", strtotime($list->in_time)) }} {{ date("d-m-Y H:i:s", strtotime($list->out_time ))}}
@else
No records found
@endif