search tabs added

This commit is contained in:
Benjamin Takats
2022-12-01 00:10:37 +01:00
parent b6d94132dc
commit 362248c354
16 changed files with 210 additions and 85 deletions

View File

@@ -0,0 +1,13 @@
<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-7xl mx-auto px-10">
<livewire:frontend.search-tabs/>
<livewire:tables.lecturer-table/>
</div>
</section>
{{-- FOOTER --}}
<livewire:frontend.footer/>
</div>