@props(['icon', 'title', 'statusColor' => '', 'statusLabel' => '', 'subtitle' => '', 'rightInfo' => []])
{{ $title }} @if ($statusLabel) {{ $statusLabel }} @endif
@if ($subtitle)
{{ $subtitle }}
@endif
@if (!empty($rightInfo) && count($rightInfo) > 0)
@foreach ($rightInfo as $info)
{{ $info['label'] }}
@endforeach
@endif
{{ $slot }}