12 lines
189 B
PHP
12 lines
189 B
PHP
@props([
|
|
'actions',
|
|
])
|
|
|
|
<div
|
|
{{ $attributes->class(['fi-no-notification-actions flex gap-x-3']) }}
|
|
>
|
|
@foreach ($actions as $action)
|
|
{{ $action }}
|
|
@endforeach
|
|
</div>
|