feat: add intern login link to navigation menus and update schema import path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user