@include('common.header')
@if ($status == 0)

Final Pending Cat List

@elseif ($status == 1)

Final Approved Cat List

@elseif ($status == 2)

Final Reject Cat List

@endif

@if ($status == 0) Final Pending Cat List @elseif ($status == 1) Final Approved Cat List @elseif ($status == 2) Final Reject Cat List @endif

@if(!empty($pet_registration_list)) @if($status == '2') @endif @if($status == '1') @endif @foreach ($pet_registration_list as $key => $value) @if($value->final_approve == '2') @endif @if($status == '1') @endif @endforeach @endif
Sr. No. PET Application no. Applicant Full Name Ward Name Department Name District Name Taluka Name Cat Breed NameReasons for RejectionView InvoiceCat License Certificate
{{ $key+1 }} {{ $value->pet_pplication_no }} {{ $value->applicant_fname }} {{ $value->applicant_mname }} {{ $value->applicant_lname }} {{ $value->ward_name }} {{ $value->dept_id }} {{ $value->dist_name }} {{ $value->taluka_name }} {{ $value->breeds_name }}{{ $value->final_reason_for_rejection }} View Invoice English    Marathi
@include('common.footer')