@section('page_css')
@include('owner.washcategory.partials._action_buttons')
@if (Session::has('msg')) @endif

Click on Add New add your services/pricelist, and you can use your own custom body types instead of the preset car body type. You must add the custom body types first before adding your services by clicking on the menu Custom Body Types.

@if(isset($records) && !empty($records) && count($records)) @foreach($records as $index =>$singleData) @endforeach
Sl No. Wash Name CWO Company Action
{{$index + $records->firstItem()}} {{$singleData['wash_name']}} {{$singleData['cwoDetail']['cwo_company']}}
@endif
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif
@section('page_scripts') {{-- --}} @endsection