add landing pages for meetups

This commit is contained in:
Benjamin Takats
2023-01-14 20:35:54 +01:00
parent 8120b13bff
commit 2f00e34e10
55 changed files with 3161 additions and 17 deletions

View File

@@ -0,0 +1,23 @@
@props(['component'])
@php
$refresh = $this->getRefreshStatus();
$theme = $component->getTheme();
@endphp
<div
{{ $attributes->merge($this->getComponentWrapperAttributes()) }}
@if ($component->hasRefresh())
wire:poll{{ $component->getRefreshOptions() }}
@endif
@if ($component->isFilterLayoutSlideDown())
x-data="{ filtersOpen: false }"
@endif
>
@include('livewire-tables::includes.debug')
@include('livewire-tables::includes.offline')
{{ $slot }}
</div>