@if (session()->has('message'))
{{ session()->get('message') }}
The student's profile is incomplete and the system is
not able to determine eligibility or calculate correct
administration fees due to incomplete information. It
is highly advised that you complete the profile before
submitting applications.
@if (session()->has('success'))
{{ session()->get('success') }}
@endif