Edit Application
@component('components.panel')
@slot('title')
Actions
@endslot
@slot('body')
@endslot
@endcomponent
@component('components.panel')
@slot('title')
Personal Information
@endslot
@slot('body')
@if(isset($applicant))
@endif
@endslot
@endcomponent
@component('components.panel')
@slot('title')
Education
@endslot
@slot('body')
@if(isset($applicant))
Add Education
@endif
@endslot
@endcomponent
@include('partials.student-educational-record')