SUBMITTED APPLICATIONS

@php $li=0; @endphp @forelse ($applicationslist as $appslist) @empty @endforelse
# SESSION NAMES EMAIL PHONE DOB BIRTH PLACE COUNTRY PROVINCE COURSE ALTERNATIVE MARKS STEP STATUS
@if($appslist->selectionstatus_id==1)
@csrf @endif @if($appslist->selectionstatus_id==3)
@csrf @endif @if($appslist->selectionstatus_id==2 && Str::contains($appslist->regnumber,['UG']))
@csrf @endif @if($appslist->selectionstatus_id==2 && Str::contains($appslist->regnumber,['UG'])) @endif
{{ ++$li }} {{ $appslist->entrysession->name }} {{ $appslist->student->fname }} {{ $appslist->student->mname }} {{ $appslist->student->lname }} {{ $appslist->email }} {{ $appslist->phone }} {{ $appslist->dob }} {{ $appslist->placeofbirth }} {{ $appslist->country->name }} {{ $appslist->province->name }} {{ $appslist->course->name }} {{ $appslist->alternativecourse }} {{ $appslist->marks }} {{ $appslist->applicationsteps->name }} {{ $appslist->selectionstatus->name }}
NO RESULT