forked from aslan/applicant-site
add field education form to show Direction
This commit is contained in:
parent
8cf5631f5a
commit
9beeeb4edb
|
@ -25,6 +25,8 @@
|
||||||
<p><a href="{{ route('departments.show', $department) }}">{{ $department->name }}</a></p>
|
<p><a href="{{ route('departments.show', $department) }}">{{ $department->name }}</a></p>
|
||||||
<h2>Уровень Образования</h2>
|
<h2>Уровень Образования</h2>
|
||||||
<p><a href="{{ route('education_levels.show', $direction->educationLevel) }}">{{ $direction->educationLevel->name }}</a></p>
|
<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>
|
</div>
|
||||||
@endauth
|
@endauth
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Reference in New Issue