@extends('student.layout.main') @section('content')
{{--Application Form [{{$applicationType->short_code}}]--}} Print From
@include('student.application-forms.form-'.$subApplicationType->applicationType->short_code)
@endsection