@if(isset($data->bannerUrl) && $data->bannerUrl != "") @endif {{-- @if($data->bannerUrl != null)--}} {{-- --}} {{-- @endif--}} {{-- --}}
Pet List ({{(optional($data)->billToContactName)}})
@foreach ($data->data as $index => $list) @endforeach
Serial Name Breed Species Color Date of Birth Gender Nature
{{$index+1}} @if($list->name != null) {{(optional($list)->name)}} @endif @if($list->patientAnimal != null) {{(optional($list)->patientAnimal->breed)}} @endif @if($list->patientAnimal != null) {{(optional($list)->patientAnimal->species)}} @endif @if($list->patientAnimal != null) {{(optional($list)->patientAnimal->color)}} @endif @if($list->patientAnimal != null) {{$Controller::dateFormatter(optional($list)->dob)}} @endif @if($list->patientAnimal != null) {{(optional($list)->patientAnimal->gender)}} @endif @if($list->patientAnimal != null) {{(optional($list)->patientAnimal->nature)}} @endif