This commit is contained in:
HolgerHatGarKeineNode
2023-08-02 13:44:30 +02:00
parent dc5560aa75
commit bf8919d84d
33 changed files with 3103 additions and 2870 deletions

View File

@@ -53,11 +53,13 @@
{{ __('Submit news articles') }}
</a>
<a href="{{ route('school.table.lecturer', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage content creators') }}
</a>
@if($country)
<a href="{{ route('school.table.lecturer', ['country' => $country]) }}"
class="flex gap-x-4 py-2 text-sm font-semibold leading-6 text-gray-900">
<i class="fa-thin fa-list flex-none text-gray-400 w-6 h-5 mr-2 -ml-1"></i>
{{ __('Manage content creators') }}
</a>
@endif
</div>
</div>

View File

@@ -1,6 +1,6 @@
<div class="h-screen w-full">
<livewire:frontend.header :country="null"/>
<livewire:frontend.header :country="\App\Models\Country::query()->where('code', 'de')->first()"/>
<div class="px-2 sm:px-24">
<iframe allowfullscreen="true" src="https://www.easyzoom.com/embed/afa0fda48faa425eb20f323e03cae346" width="100%"