@vite(['resources/js/app.js']) {{-- TopAppBar --}}
{{ $settings['footer_brand_name'] ?? 'DARAGT' }}
{{-- Navigation Drawer --}}
{{-- HERO CAROUSEL --}}
@foreach($heroSlides as $slide)
@if($loop->first)
lunch_dining
@endif

{!! nl2br(e($slide->headline)) !!}

@if($slide->subheadline)

{{ $slide->subheadline }}

@endif @if($slide->cta_label) {{ $slide->cta_label }} @endif
@if($slide->image) {{ $slide->headline }} @else
image
@endif
@endforeach
{{-- Carousel controls --}}
@foreach($heroSlides as $slide)
@endforeach
{{-- CATEGORY PILLS --}}
Saýlaň: @foreach($categories as $category) @endforeach
{{-- PRODUCT CAROUSELS (per category) --}} @if($categories->isNotEmpty())
@foreach($categories as $category)
@if($category->products->isNotEmpty())
    @foreach($category->products as $product)
  • @if($product->image) {{ $product->name }} @else
    {{ $category->icon }}
    @endif
    {{ number_format($product->price, 0) }} TMT / {{ $product->price_unit }}
    @if($product->availability_status !== 'available')
    @if($product->availability_status === 'out_of_season') Möwsümden daşary @elseif($product->availability_status === 'low_stock') Az galdy @endif
    @endif

    {{ $product->name }}

    @if($product->description)

    {{ $product->description }}

    @endif
  • @endforeach
@else

Bu kategoriýada haryt ýok.

@endif
@endforeach
@endif {{-- OUR SIGNATURES --}} @if($signatureItems->isNotEmpty())

Biziň aýratynlyklarymyz

@foreach($signatureItems as $item)
@if($item->image) {{ $item->name }} @else
restaurant_menu
@endif
{{ number_format($item->price, 0) }} TMT / {{ $item->price_unit }}

{{ $item->name }}

@if($item->description)

{{ $item->description }}

@endif
@endforeach
@endif {{-- BUTCHER'S TALE + HISTORY TIMELINE --}}

{{ $settings['butchers_tale_title'] ?? 'Kesimçiniň hekaýasy' }}

@if(!empty($settings['butchers_tale_body']))

{{ $settings['butchers_tale_body'] }}

@endif @if(!empty($settings['butchers_tale_image']))
Kesimçi elleri
@endif
{{-- Timeline --}} @if($timelineEntries->isNotEmpty())
@foreach($timelineEntries as $entry)
{{ $entry->icon }}

{{ $entry->year }}

{{ $entry->title }}

{{ $entry->body }}

@endforeach
@endif
{{-- FOOTER --}}