add field education form to show Direction

This commit is contained in:
aslan 2024-02-15 10:19:35 +03:00
parent 8cf5631f5a
commit 9beeeb4edb
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
<p><a href="{{ route('departments.show', $department) }}">{{ $department->name }}</a></p>
<h2>Уровень Образования</h2>
<p><a href="{{ route('education_levels.show', $direction->educationLevel) }}">{{ $direction->educationLevel->name }}</a></p>
<h2>Форма Образования</h2>
<p><a href="{{ route('education_forms.show', $direction->educationForm) }}">{{ $direction->educationForm->name }}</a></p>
</div>
@endauth
@endsection