prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4ed8dabb19 - Show all commits

View File

@ -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>