{{-- Dashboard Stat Card Component Usage: Props: - title: Card title (required) - value: Display value (required) - icon: FontAwesome icon name without 'fa-' prefix (required) - color: Bootstrap color - primary, success, info, warning, danger (default: primary) - progress: Progress bar percentage 0-100 (optional) - link: Optional link to wrap the card (optional) --}} @props([ 'title', 'value', 'icon', 'color' => 'primary', 'progress' => null, 'link' => null ])