@if(count($get_alloted_ag)>0)
@php $sno=1; @endphp @foreach($get_alloted_ag as $val) @php $sno++; @endphp @endforeach
# Enrollment No. Name Delete
{{ $sno }} {{ $val->enroll_no }}/{{ $val->enroll_year }} {{ $val->name }}
@else
No Record Found
@endif