@section('page_css')
@include('unituser.partials._action_buttons')
@if(isset($records) && !empty($records) && count($records)) @foreach($records as $index =>$singleData) @endforeach
Sl No. User Name Email Phone User Type CWO Unit Action
{{$index + $records->firstItem()}} {{$singleData['name']}} {{$singleData['email']}} {{$singleData['phone']}} CWO Unit User {{$singleData['unitDetail']['unit_name']}}
Sl No. User Name Email Phone User Type CWO Unit Action
@endif
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif
@section('page_scripts') {{-- --}} @endsection