@include('common.header')

Inactive PET Application

Inactive PET Application

@foreach ($pet_registration_list as $key => $value) @if($value->pet_activation_status == 1) @elseif($value->pet_activation_status == 0) @endif @if($value->refund_status == 2) @elseif($value->refund_status == 4) @endif @endforeach
Sr. No. PET Application no. Applicant Full Name Ward Name Department Name District Name Taluka Name Dog Breed Name Application Status Refund Status View
{{ $key+1 }} {{ $value->pet_pplication_no }} {{ $value->applicant_fname }} {{ $value->applicant_mname }} {{ $value->applicant_lname }} {{ $value->ward_name }} {{ $value->dept_name }} {{ $value->dist_name }} {{ $value->taluka_name }} {{ $value->breeds_name }}ActiveInactivePending Refund.Successfully Done.
@include('common.footer')