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,5 @@
<div {!! count($attributes) ? $column->arrayToAttributes($attributes) : '' !!}>
@foreach($buttons as $button)
{!! $button->getContents($row) !!}
@endforeach
</div>