new header

This commit is contained in:
HolgerHatGarKeineNode
2023-02-26 13:01:30 +01:00
parent 93f0005a42
commit 9a02b53b1e
11 changed files with 503 additions and 467 deletions

View File

@@ -123,6 +123,16 @@
</div>
</div>
<div class="md:flex md:items-center md:justify-between">
<div class="min-w-0 flex-1">
<h2 class="text-2xl font-bold leading-7 text-white sm:truncate sm:text-3xl sm:tracking-tight">
{{ __('Course Events') }}
</h2>
</div>
<div class="mt-4 flex md:mt-0 md:ml-4">
{{----}}
</div>
</div>
<livewire:tables.event-table :country="$country->code"/>
</div>
</section>