@if($applicationForForm)
@foreach($subApplicationTypes as $subApplicationType)
@isset($applicationForForm)
@if(in_array($subApplicationType->id, $applicationForForm))
@endif
@endisset
@endforeach
@else
First thing first, enter your personal information and than you are able to print your application form.
@endif