@section('page_css')
@if(isset($records) && !empty($records) && count($records)) @foreach($records as $index =>$singleData) @endforeach
Sl No. Type Wash Image
{{$index + $records->firstItem()}} @if($singleData['type'] == 0) Vehicle arrival image @endif @if($singleData['type'] == 3) Wash completion image @endif
@endif
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif
@section('page_scripts') {{-- --}} @endsection