@props(['title', 'subtitle' => null, 'icon' => null])
@if ($icon) @endif

{{ $title }}

@if ($subtitle)

{{ $subtitle }}

@endif
{{ $slot }}