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
@@ -37,6 +37,11 @@
{{ $child->title }}
</a>
@endforeach
@if(str_contains(strtolower($item->title), 'kariyer'))
<a href="{{ route('intern.login') }}" class="block px-4 py-2 text-sm text-gray-700 dark:text-gray-300 hover:bg-red-50 dark:hover:bg-gray-700 hover:text-red-600 dark:hover:text-red-400 transition-colors duration-150 font-semibold border-t border-gray-100 dark:border-gray-700 mt-1 pt-2">
Stajyer Girişi
</a>
@endif
</div>
</div>
@else
@@ -109,6 +114,11 @@
{{ $child->title }}
</a>
@endforeach
@if(str_contains(strtolower($item->title), 'kariyer'))
<a href="{{ route('intern.login') }}" class="block px-3 py-2 text-sm text-gray-600 dark:text-gray-400 hover:bg-gray-50 dark:hover:bg-gray-700 hover:text-red-600 dark:hover:text-red-400 rounded-lg transition-colors duration-150 font-semibold border-t border-gray-100 dark:border-gray-700 mt-1 pt-2">
Stajyer Girişi
</a>
@endif
</div>
</div>
@else