@extends('student.layout.main') @section('content')
Print Application Form
@if($applicationForForm) @else
First thing first, enter your personal information and than you are able to print your application form.
@endif
@endsection