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

Pending PET Renewal License Application

@elseif ($status == 1)

Approve PET Renewal License Application

@elseif ($status == 2)

Reject PET Renewal License Application

@endif

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

@if ($status == '2') @endif @if ($status == '1') @endif @foreach ($pet_renewal_list as $key => $value) @if ($value->renewal_status == '2') @endif
Sr. No. Unique User PET Application no. Applicant Full Name Ward Name Department Name District Name Cat Breed NameReasons for RejectionPayment Status ViewInvoice Cat License Certificate
{{ $key + 1 }} {{ $value->unique_id }} {{ $value->dog_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->breeds_name }} {{ $value->payment_status_label }} {{ $value->admin_reason }} {{-- @if ($value->renewal_status == 1 && !$value->dog_renewal_order_no)