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