add Period resource
This commit is contained in:
parent
74d0c8f678
commit
4ed8dabb19
|
@ -18,7 +18,7 @@
|
|||
</h6>
|
||||
<div class="container mt-4">
|
||||
<h2>Название направления подготовки</h2>
|
||||
<p>{{ $direction->name }}</p>
|
||||
<p>{{ $direction->code }} {{ $direction->name }}</p>
|
||||
<h2>Уровень Образования</h2>
|
||||
<p>
|
||||
<a href="{{ route('education_levels.show', $direction->educationLevel) }}">{{ $direction->educationLevel->name }}</a>
|
||||
|
|
Loading…
Reference in New Issue