Edit Application

@component('components.panel') @slot('title') Actions @endslot @slot('body')
{{csrf_field()}}
@endslot @endcomponent @component('components.panel') @slot('title') Personal Information @endslot @slot('body') @if(isset($applicant))
{{ csrf_field() }} @include('partials.personal-info-form')
is_sent_by_post) checked @endif @endif @endif > @if( $applicant->is_sent_by_post) Form Locked @else Form Un-Locked @endif
@endif @endslot @endcomponent @component('components.panel') @slot('title') Education @endslot @slot('body') @if(isset($applicant))
Add Education
@include('partials.student-educational-record')
@endif @endslot @endcomponent