@if (Session::has('student')) @php $student=Session::get('student'); @endphp
Photo
FIRST NAME {{ $student->fname }}
MIDDLE NAME {{ $student->mname }}
LAST NAME {{ $student->lname }}
EMAIL {{ $student->email }}
PHONE {{ $student->suid }}
ACTIVATION CODE {{ $student->activation_code }}
Unload Application Registrations @if($student->application!=NULL && $student->application->selectionstatus->selectionstatus_id < 2) Approve Application Reject Application Step Back @endif @if($student->application!=NULL && $student->application->selectionstatus->selectionstatus_id == 2 && Str::contains($student->application->regnumber,['UG'])) Undo to In-Progress @endif @if($student->application!=NULL && $student->application->selectionstatus->selectionstatus_id == 3) Undo to In-Progress @endif
@endif