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

Pending PET Application

@elseif ($status == 1)

Approve PET Application

@elseif ($status == 2)

Reject PET Application

@endif

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

@if (!empty($pet_registration_list)) @if ($status == '2') @endif @if ($status == '1') @endif @foreach ($pet_registration_list as $key => $value) @if ($value->status == '2') @endif @if ($status == '1' && !empty($value->order_no)) @endif @endforeach @endif
Sr. No. Unique User PET Application no. Applicant Full Name Ward Name Department Name District Name Pet Type Pet Breed NameReasons for RejectionPayment Status ViewInvoice Pet License Certificate
{{ $key + 1 }} {{ $value->unique_id }} {{ $value->pet_pplication_no }} {{ $value->applicant_fname }} {{ $value->applicant_mname }} {{ $value->applicant_lname }} {{ $value->ward_name }} {{ $value->dept_id }} {{ $value->dist_name }} {{ $value->name }} {{ $value->breeds_name }}{{ $value->reason_rejection_by_admin }} {{ $value->payment_status_label }} View {{-- Invoice --}} @if ($value->status && !empty($value->order_no)) Security Deposit Registration Fee @endif English    Marathi
@include('common.footer')