@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif

Vaccine To Deliver List
From @if(isset($data->startDate)) {{$Controller::dateFormatter($data->startDate)}} @endif To @if(isset($data->endDate)) {{$Controller::dateFormatter($data->endDate)}} @endif
@php $ItemListIndex = 1 @endphp @foreach($data->list as $index) @endforeach
SL Patient Name Reg No. Invoice No Vaccine Name Dose Name Status
{{$ItemListIndex}} {{$index->customerName}} {{$index->customerRegNo}} {{$index->invoiceNo}} @if($index->vaccine != null) {{$index->vaccine->productItem->name}} @endif @if($index->isDelivered == 1) {{$index->delivery->vaccine->doseName}} @endif @if ($index->isDelivered == 1) Done @else Pending @endif