mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
add landing pages for meetups
This commit is contained in:
5
resources/views/vendor/livewire-tables/includes/columns/button-group.blade.php
vendored
Normal file
5
resources/views/vendor/livewire-tables/includes/columns/button-group.blade.php
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
<div {!! count($attributes) ? $column->arrayToAttributes($attributes) : '' !!}>
|
||||
@foreach($buttons as $button)
|
||||
{!! $button->getContents($row) !!}
|
||||
@endforeach
|
||||
</div>
|
||||
Reference in New Issue
Block a user