Pending Cat Application List
@elseif ($status == 1)Approve Cat Application List
@elseif ($status == 2)Reject Cat Application List
@endif@if ($status == 0) Pending Cat Application List @elseif ($status == 1) Approve Cat Application List @elseif ($status == 2) Reject Cat Application List @endif
| Sr. No. | PET Application no. | Applicant Full Name | Ward Name | Department Name | District Name | Taluka Name | Cat Breed Name | @if($status == '2')Reasons for Rejection | @endifView | @if($status == '1')Invoice | @endif
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $value->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 }} | @if($value->status == '2'){{ $value->reason_rejection_by_admin }} | @endifView | @if($status == '1')Invoice | @endif