feat: add intern login link to navigation menus and update schema import path
This commit is contained in:
@@ -6,7 +6,7 @@ use Filament\Forms\Components\FileUpload;
|
||||
use Filament\Forms\Components\Select;
|
||||
use Filament\Forms\Components\Textarea;
|
||||
use Filament\Forms\Components\TextInput;
|
||||
use Filament\Forms\Components\Section;
|
||||
use Filament\Schemas\Components\Section;
|
||||
use Filament\Schemas\Schema;
|
||||
use Illuminate\Support\Facades\Hash;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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