Eligibility Packages

Choose the plan that's right for you

Simple pricing. No hidden fees. Made just for you.

@foreach($pricings as $pricing)
@if($pricing->title == 'Premium')
Popular
@endif

{{$pricing->title}}

{{$pricing->caption}}

@if($discount != 0)

{{$pricing->amount}}.00/Check

{{$pricing->amount - ($pricing->amount * $discount)}}0/Check (discounted)

@else

{{$pricing->amount}}.00 /Check

@endif

  • {{$pricing->program}} Programmes of your choice
  • {{$pricing->university}} Universities of your choice
  • {{-- --}}
    {{$pricing->description}}
@if($pricing->title == 'Premium') Get Started @else Get Started @endif
@endforeach
@include('layouts.student.footer')