{{$title}}

@if(!empty($data) && count($data) > 0)
@foreach ($data as $list) @endforeach
Sr.No. Barcode Vehicle Type Vehicle Number In Gate Membership Id In Time Vehicle Type
{{$i}} {{$list->barcode }} {{ $list->type }} {{ $list->vehicle_number}} {{ $list->ingate }} @if($list->membership_id != 0) {{$list->membership_id}} @else {{'0'}} @endif {{date("d-m-Y H:i:s", strtotime($list->in_time))}} {{ $list->offline_ticket == '' ? 'Online' : 'Offline' }}
@else
No records found
@endif