@props(['name' => '', 'title' => '', 'details' => null])
@if (isset($icon))
{{ $icon }}
@endif

has('x-bind:title')) x-bind:title="{{ $attributes->get('x-bind:title') }}" @else title="{{ $title }}" @endif>{{ $name }}

@if ($details)

{{ $details }}

@endif
@if ($actions ?? false)
{{ $actions }}
@endif