| {{ $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 }} |
@if($value->pet_activation_status == 1)
Active |
@elseif($value->pet_activation_status == 0)
Inactive |
@endif
@if($value->refund_status == 2)
Pending Refund. |
@elseif($value->refund_status == 4)
Successfully Done. |
@endif
|
@endforeach