@section('page_css')
@include('cwouser.partials._action_buttons')
@if(isset($records) && !empty($records) && count($records)) @foreach($records as $index =>$singleData) @endforeach
Sl No. User Name Email Phone Is Admin User Type CWO Action
{{$index + $records->firstItem()}} {{$singleData['name']}} {{$singleData['email']}} +{{$singleData['isd_code']}}{{$singleData['phone']}} @if($singleData['is_admin'] == 1) Admin @else General User @endif CWO User {{$singleData['cwoDetail']['cwo_company']}}
@endif
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif
@section('page_scripts') {{-- --}} @endsection