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