@extends('student.layout.main') @section('content')
Personal Information @if(count($subApplicationTypes) == 0)
Admission not open or Last date for apply has been expired.
@endif
{{ csrf_field() }} @include('partials.personal-info-form') @if(!$isSubmitted && count($subApplicationTypes) > 0) @else Next @endif
@endsection @section('script') @endsection