{{-- Tabs Component Props: $tabs – array of { label, id, icon? } $default – index of default active tab (0-based) $variant – underline|pills (default: underline) Usage: General content Security content --}} @props([ 'tabs' => [], 'default' => 0, 'variant' => 'underline', ])