{{-- Reusable chart card component with skeleton loader --}} @props([ 'chartId', 'title', 'icon' => 'bi-bar-chart-fill', 'height' => '300px', ])
{{ $title }}
{{-- Skeleton shown while AJAX loads --}}
{{-- Chart rendered here by ApexCharts JS --}}