mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
5 lines
179 B
PHP
5 lines
179 B
PHP
<div {!! count($attributes) ? $column->arrayToAttributes($attributes) : '' !!}>
|
|
@foreach($buttons as $button)
|
|
{!! $button->getContents($row) !!}
|
|
@endforeach
|
|
</div> |