tabs added

This commit is contained in:
Benjamin Takats
2022-12-01 21:49:00 +01:00
parent 6b46732ea1
commit 8e8bd81afe
20 changed files with 140 additions and 21 deletions

View File

@@ -1,3 +1,13 @@
<div>
{{-- The best athlete wants his opponent at his best. --}}
<div class="bg-21gray flex flex-col h-screen justify-between">
{{-- HEADER --}}
<livewire:frontend.header :country="$country"/>
{{-- MAIN --}}
<section class="w-full mb-12">
<div class="max-w-screen-2xl mx-auto px-10">
<livewire:frontend.search-tabs/>
<livewire:tables.event-table :country="$country->code"/>
</div>
</section>
{{-- FOOTER --}}
<livewire:frontend.footer/>
</div>