@lang('educator::builder.academic_info.title')

@lang('educator::builder.academic_info.subtitle')

@forelse ($academicProfiles as $profile)
@if ($profile->certificateFile) Certificate @else @endif

{{ $profile->is_custom ? $profile->custom_name : $profile->approvedMajor?->name }}

{{ $profile->degree->trans() }} - {{ $profile->graduation_institution }} ({{ $profile->graduation_year }})

@if ($editingId === $profile->id)
@include('educator::livewire.profile.builder.partials.academic-form')
@endif
@empty

@lang('educator::builder.academic_info.no_qualifications_added')

@endforelse
@if ($showForm && !$editingId)

@lang('educator::builder.academic_info.add_new_qualification')

@include('educator::livewire.profile.builder.partials.academic-form')
@endif @if (!$showForm) @endif