@php $i=1;@endphp @if(count($history)>0) @foreach($history as $key=> $list) @php $i++; @endphp @endforeach @else @endif
Sl No Renewal Date Expiry Date Request Extention Date Payment Commitment Date Bill Status Collection Status Remarks Issued By
{{$history->firstItem() + $key}} {!! formatedDate($list->last_renewal_date) !!} {!! formatedDate($list->expiry_date) !!} {!! formatedDate($list->request_extention_date) !!} {!! formatedDate($list->payment_commitment_date) !!} {!! $list->bill_status == 1 ? 'Done' : 'Pending' !!} {!! $list->collection_status == 1 ? 'Done' : 'Pending' !!} {!! $list->remarks ?? 'N/A' !!} {!! $list->issuedBy->name ?? '' !!}
No Data Found