@include('common.header')

Reject Cat Renewal Application

Reject PET Application

@if (!empty($pet_registration_list)) @if ($status == '2') @endif @foreach ($pet_registration_list as $key => $value) @if ($value->renewal_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 Rejection
{{ $key + 1 }} {{ $value->cat_renewal_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->admin_reason }}
@include('common.footer')