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

Pending Cat Renewal List

@elseif ($status == 1)

Approve Cat Renewal List

@elseif ($status == 2)

Reject Cat Renewal List

@endif

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

@if ($status == '2') @endif @foreach ($pet_renewal_list as $key => $value) @if ($value->re_hod_status == '2') @endif @endforeach
Sr. No. PET Application no. Applicant Full Name Ward Name Department Name District Name Taluka Name Cat Breed NameReasons for RejectionView
{{ $key + 1 }} {{ $value->cat_renewal_pet_pplication_no }} {{ $applicant_title_id }} {{ $value->renewal_application_fname }} {{ $value->renewal_application_mname }} {{ $value->renewal_application_lname }} {{ $value->ward_name }} {{ $value->dept_id }} {{ $value->dist_name }} {{ $value->taluka_name }} {{ $value->breeds_name }} {{ $value->cat_renewal_reason_for_rejection }}
@include('common.footer')