@if(count($subApplicationTypes) == 0)
Admission not open or Last date for apply has been expired.
@else
@if($applicationForForm)
@foreach($subApplicationTypes as $subApplicationType)
@isset($applicationForForm)
@if(in_array($subApplicationType->id, $applicationForForm))
@endif
@endisset
@endforeach
@if(!$isSubmitted)
Finish
@endif
@else
@endif
@endif