@if ($isTop) {{-- トップページにだけカテゴリメニューを表示 --}}
@php $headerCategories = \App\Models\Category::published()->take(5)->get(); @endphp
@endif