Find My University

Eligibility Check

Verify your eligibility for admission at multiple universities using your anticipated or attained grades

All Checks
@php $count = 1; $choiceNumber = 3; $arrCount = 0 @endphp @foreach($eligibilities as $eligibility) @if(isset($eligibility->payment)) @if(isset($eligibility->payment)) @else @endif @endif @php $count++ @endphp @endforeach
# Check Code Package Aggregate Payment Viewed Check Date Action
{{$count}} {{substr($eligibility->check_code, 0, -6) . 'xxxxxx' ?? null}} {{$eligibility->package}} - GHC {{$eligibility->amount}} {{$eligibility->aggregate ?? null}} {{$eligibility->payment['active'] ? 'Paid' : 'Not Paid'}} Abandoned{{$eligibility->viewed ? 'Yes' : 'No'}} {{$eligibility->created_at->toDayDateTimeString() ?? null}} @if($eligibility->payment['active']) View Results @else @endif
@php $count = 1; $choiceNumber = 3; $arrCount = 0 @endphp @foreach($eligibilities as $eligibilityModal) @php $count++ @endphp @endforeach
@include('layouts.student.footer')