@section('page_css') @endsection
{{-- @include('carwashowner.partials._filter') --}}
@if(isset($records) && !empty($records) && count($records)) @foreach($records as $index =>$singleData) @php $updatedBy=DB::table('users')->where('id',$singleData->updated_by)->first(); @endphp @if(!empty($singleData->service_end_date)) @else @endif @if(!empty($singleData->created_at)) @else @endif @endforeach
Sl Service Start Date Service End Date Service Updated By Updated On Note
{{$index + $records->firstItem()}} {{$singleData->service_start_date}}{{$singleData->service_end_date}}N.A{{$singleData->service_name??''}} {{$updatedBy->name??''}}{{$singleData->created_at}}N.A{{$singleData->status==1?'Enabled':'Disabled'}}
@endif
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif
@section('page_scripts') {{-- --}} @endsection