@props([ 'title' => null, 'description' => null, ])
merge(['class' => 'panel']) }}> @if($title || $description || isset($header))
@isset($header) {{ $header }} @else

{{ $title }}

@if($description)

{{ $description }}

@endif @endisset
@endif
{{ $slot }}