Application Status

@if (!is_null($applicant->accountApplication))

Account Application History

@can('change account application status')
@foreach ($statuses as $status) @endforeach @if ($studentRecordFields == true) @endif @csrf @endcan
@else

Application approved or user does not have an application record, Go back

@endif