mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add landing pages for meetups
This commit is contained in:
23
resources/views/vendor/livewire-tables/components/wrapper.blade.php
vendored
Normal file
23
resources/views/vendor/livewire-tables/components/wrapper.blade.php
vendored
Normal 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>
|
||||
Reference in New Issue
Block a user