@props(['tabs' => [], 'size' => 'md', 'active' => null]) @php $sizeClasses = match($size) { 'lg' => 'text-[36px] font-extrabold [--slide-h:5px]', default => 'text-xl font-bold [--slide-h:3px]', }; $activeId = $active ?? ($tabs[0]['id'] ?? null); @endphp {{-- Usage: ... ... ... --}}
@foreach($tabs as $tab) @endforeach
@foreach($tabs as $tab) @php $panelKey = $tab['id']; $panel = $$panelKey ?? null; @endphp @endforeach