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

Pending Cat Application List

@elseif ($status == 1)

Approve Cat Application List

@elseif ($status == 2)

Reject Cat Application List

@endif

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

@if(!empty($pet_registration_list)) @if($status == '2') @endif @foreach ($pet_registration_list as $key => $value) @if($value->hod_status == '2') @endif @endforeach @endif
Sr. No. PET Application no. Applicant Full Name Ward Name Department Name District Name Taluka Name Cat Breed NameReasons for RejectionView
{{ $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->reason_for_rejection }} View
@include('common.footer')