feat: add intern login link to navigation menus and update schema import path

This commit is contained in:
Ümit Tunç
2026-05-26 17:29:43 +03:00
parent a4bc64527c
commit 16f9d5a58a
3 changed files with 16 additions and 1 deletions
@@ -94,6 +94,11 @@
{{ __('career.internship_title') }}
</a>
</li>
<li class="nav-item border-top border-slate-100 mt-1 pt-1">
<a class="dropdown-item hover:!text-[#e31e24] font-semibold" href="{{ route('intern.login') }}">
Stajyer Girişi
</a>
</li>
</ul>
</li>
@else