@section('page_css')
@include('washcategory.partials._action_buttons')
@if(isset($records) && !empty($records) && count($records)) @foreach($records as $index =>$singleData) @endforeach
Sl No. Wash Name CWO Company Price sedan hatchback Price suv cab Price van mini Price trucks busses Action
{{$index + $records->firstItem()}} {{$singleData['wash_name']}} {{$singleData['cwoDetail']['cwo_company']}} @if($singleData['cwoDetail']['currencyDetail'] != '') {{$singleData['cwoDetail']['currencyDetail']['symbol']}} @endif {{$singleData['price_sedan_hatchback']}} @if($singleData['cwoDetail']['currencyDetail'] != '') {{$singleData['cwoDetail']['currencyDetail']['symbol']}} @endif {{$singleData['price_suv_cab']}} @if($singleData['cwoDetail']['currencyDetail'] != '') {{$singleData['cwoDetail']['currencyDetail']['symbol']}} @endif {{$singleData['price_van_mini']}} @if($singleData['cwoDetail']['currencyDetail'] != '') {{$singleData['cwoDetail']['currencyDetail']['symbol']}} @endif {{$singleData['price_tucks_busses']}}
@endif
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif
@section('page_scripts') {{-- --}} @endsection