@if(session('successMessage'))
{{ session('successMessage') }}
@endif
@if(checkPaymentStatus(Auth::guard('student')->user()->username))
@endif
@if(schoolInformation()['payment_gateway_status'] == 'Federal')
@if(checkPaymentStatus(Auth::guard('student')->user()->username))
@else
@endif
@endif