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

Pending Cat Renewal Application List

@elseif ($status == 1)

Approve Cat Renewal Application List

@elseif ($status == 2)

Reject Cat Renewal Application List

@endif

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

@if ($status == '2') @endif @if ($status == '1') @endif @foreach ($pet_renewal_list as $key => $value) @if ($value->renewal_status == '2') @endif @if ($status == '1') @endif @endforeach
Sr. No. Cat Application no. Applicant Full Name Ward Name Department Name District Name Taluka Name Cat Breed NameReasons for RejectionViewInvoice
{{ $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->admin_reason }} Invoice
@include('common.footer')