@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->re_hod_status == '2') @endif {{-- @if ($status == 1) @endif --}} @endforeach
Sr. No. PET Application no. Applicant Full Name Ward Name Department Name District Name Taluka Name Dog Breed Name Reasons for RejectionViewInvoice
{{ $key+1 }} {{ $value->dog_renewal_pet_pplication_no }} {{ $applicant_title_id }} {{ $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->dog_renewal_reason_for_rejection }} Invoice
@include('common.footer')