@section('page_css')
@include('owner.cleaner.partials._action_buttons')
@if (Session::has('msg')) @endif
@if(isset($records) && !empty($records) && count($records)) @foreach($records as $index =>$singleData) @endforeach
Sl No. Cleaner Name CWO Company Action
{{$index + $records->firstItem()}} {{$singleData['name']}} {{$singleData['cwoDetail']['cwo_company']}}
@endif
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif
@section('page_scripts') {{-- --}} @endsection