@props([ 'title' => null, 'icon' => null, ])
merge(['class' => 'bg-[#121826] border border-[#1b2233] rounded-[12px] mb-4 overflow-hidden']) }}> @if($title || $icon || isset($headerExtra))
@if($icon) @endif @if($title) {{ $title }} @endif
@if(isset($headerExtra))
{{ $headerExtra }}
@endif
@endif
{{ $slot }}