@if(count($subadmin)>0)
@php $i=1; @endphp
@foreach($subadmin as $cat)
{{$i}}
{{$cat->name}}
{{$cat->email}}
@php $i++; @endphp
@endforeach
@else
{{ __('keywords.No data found')}}
@for ($i = 1; $i < 5; $i++)
@endfor
@endif
@endsection
@section('postload-section')
{{-- You must include files that have no direct efect on the load of the page and can be loaded meanwhile other tasks can be performed by user--}}
@endsection