Logo
@if ($bs->logo) Logo @endif
    @php $links = json_decode($menus, true); // dd($links); @endphp @foreach ($links as $link) @php $href = getHref($link); @endphp @if (!array_key_exists('children', $link))
  • {{ $link['text'] }}
  • @else
  • {{ $link['text'] }}
      @foreach ($link['children'] as $level2) @php $l2Href = getHref($level2); @endphp
    • {{ $level2['text'] }} @if (array_key_exists('children', $level2)) @endif @php if (array_key_exists('children', $level2)) { create_other_theme_menu($level2); } @endphp
    • @endforeach
  • @endif @endforeach
@if (!empty($currentLang))
@endif @auth
@else
@endauth
@php $itemsCount = 0; $cart = session()->get('cart'); if (!empty($cart)) { foreach ($cart as $p) { $itemsCount += $p['qty']; } } @endphp {{ $itemsCount }}
@if ($bs->website_call_waiter == 1)
@endif @if ($bs->is_quote)
{{ __('Reservation') }}
@endif