This commit is contained in:
Benjamin Takats
2022-12-04 19:42:27 +01:00
parent ffd465076a
commit 3c28f79aa6
29 changed files with 664 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
{{-- MAIN --}}
<section class="w-full mb-12">
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10" id="table">
<livewire:frontend.search-by-tag :country="$country->code"/>
<livewire:frontend.search-tabs :country="$country->code"/>
<livewire:tables.event-table :country="$country->code"/>
</div>