@if(isset($records) && !empty($records) && count($records))
@endif
| Sl | Service Start Date | Service End Date | Service | Updated By | Updated On | Note | ||
|---|---|---|---|---|---|---|---|---|
| {{$index + $records->firstItem()}} | {{$singleData->service_start_date}} | @if(!empty($singleData->service_end_date)){{$singleData->service_end_date}} | @elseN.A | @endif{{$singleData->service_name??''}} | {{$updatedBy->name??''}} | @if(!empty($singleData->created_at)){{$singleData->created_at}} | @elseN.A | @endif{{$singleData->status==1?'Enabled':'Disabled'}} |
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif