@extends('student.layout.main') @section('content')
Application Form For Add Preferences
@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
First thing first, enter your personal information and than you are able to select your references.
@endif @endif
@endsection