Files
2023-01-14 20:35:54 +01:00

5 lines
179 B
PHP

<div {!! count($attributes) ? $column->arrayToAttributes($attributes) : '' !!}>
@foreach($buttons as $button)
{!! $button->getContents($row) !!}
@endforeach
</div>