@if(count($latestMapping)>0) @php $count=$latestMapping->firstItem();@endphp @forelse($latestMapping as $proctoringList) @endforeach @else @endif
Sr. No Name Email ID Mobile Number Is Admin Proctor
{{ $count++ }} {{ $proctoringList->proctor_name }} {{ $proctoringList->email_address }} {{ $proctoringList->mobile_number }} {{ $proctoringList->is_admin_proctor == 1 ? 'Yes' : 'No' }}
No Records Found
@if(!empty($latestMapping))
@lang('core.col_totalrecord'): {{$latestMapping->total()}}
{!! $latestMapping->appends(Request::except('page'))->links() !!}
@endif