{{$data->userType}} List
@foreach ($data->data as $index => $list) @endforeach
Sl Name Title Degree Designation Department Speciality Area Reg No Authority Name
{{$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 @if($list->billToContactName != null) {{(optional($list)->billToContactName)}} @endif