{{-- Chart Card Widget A card container for charts (Chart.js, ApexCharts, etc.) Props: $title – card title $subtitle – optional subtitle $height – chart container height class (default: 'h-64') $chartId – unique canvas/div ID for the chart library Usage: --}} @props([ 'title' => '', 'subtitle'=> '', 'height' => 'h-64', 'chartId' => 'chart', ])

{{ $title }}

@if($subtitle)

{{ $subtitle }}

@endif
@if(isset($actions))
{{ $actions }}
@endif
{{ $slot }}