@section('page_css') @endsection
@include('owner.carwashclient.partials._action_buttons')
@if(isset($records) && !empty($records) && count($records)) @foreach($records as $index =>$singleData) @endforeach
Sl Name Phone Email Account No Client Type Status Action
{{$index + $records->firstItem()}} {{$singleData['co_fname']}} {{$singleData['co_lname']}} + {{$singleData['isd_code']}} {{$singleData['co_phone']}} {{$singleData['email']}} {{$singleData['account_no']}} {{$singleData['clientType']['client_type']}}
@endif
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif
@section('page_scripts') {{-- --}} @endsection