{{ __('menu_drink_title') }} {{ __('menu_drink_meta_desc') }} {{-- Hero --}}

{{ __('menu_drink_title') }}

{{ __('menu_drink_hero_text') }}

{{-- Category Navigation --}} {{-- Menu Sections --}}
@foreach($categories as $category)
{{-- Category Header --}}

{{ $category->name }}

@if($category->description)

{{ $category->description }}

@endif
{{-- Drink Items List (different layout for drinks) --}}
@foreach($category->activeMenuItems as $item)

{{ $item->name }}

@if($item->description)

{{ $item->description }}

@endif
€ {{ number_format($item->price, 2, ',', '.') }} @if($item->weight)
{{ $item->weight }}
@endif
@endforeach
@endforeach
{{-- Beer CTA --}}

{{ __('scopri_birre_spina') }}

{{ __('scopri_birre_spina_text') }}

{{ __('vedi_birre_spina') }}