@if (!empty($allCategories))
{{-- Desktop Navigation (horizontal list) --}}
@foreach ($allCategories as $index => $category)
-
{!! $category->name !!}
@if ($index < count($allCategories) - 1)
-
|
@endif
@endforeach
{{-- Mobile Navigation (select dropdown) --}}
@endif