@props(['menus', 'section' => null]) @php // 섹션 레이블 $sectionLabels = [ 'main' => null, 'tools' => '개발 도구', 'labs' => 'R&D Labs', ]; $sectionLabel = $section ? ($sectionLabels[$section] ?? null) : null; @endphp @if($menus->isNotEmpty()) {{-- 섹션 레이블 (tools, labs) --}} @if($sectionLabel)