forked from aslan/applicant-site
prodV1 #2
|
@ -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