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

{{ $name }}

@if ($details)

{{ $details }}

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