@extends('teacher.layouts.layouts') @section('content')

Edit Profile

Teacher Image
@csrf @method('PUT')
@if (isset($teacher) && $teacher->cv) @endif
@forelse ($teacher->educationalStages as $stage) @php $stageYear = $stage->pivot->stage_year_id; $curriculumId = $stage->pivot->curriculum_id; @endphp
@empty
@endforelse
@endsection @push('js') @include('teacher.profile.shared.input_group'); @endpush