@props(['type' => null, 'icon' => null, 'title', 'subtitle' => null, 'actions' => null, 'alert' => null, 'footer' => null])

@if ($icon) @endif {{ $title }} @if ($subtitle) {{ $subtitle }} @endif

@if ($actions)
{{ $actions }}
@endif
@if ($alert) {!! $alert !!} @endif
{{ $slot }}
@if ($footer) @endif