{{ convertUtf8($bs->support_email) }} {{ convertUtf8($bs->support_phone) }}
@if (!empty($socials))
    @foreach ($socials as $social)
  • @endforeach
@endif @if (!empty($currentLang))
{{ convertUtf8($currentLang->name) }}
    @foreach ($langs as $key => $lang)
  • code) }}'>{{ convertUtf8($lang->name) }}
  • @endforeach
@endif @guest
  • {{ __('Login') }}
@endguest @auth
  • {{ __('Dashboard') }}
@endauth
@php $itemsCount = 0; $cart = session()->get('cart'); if (!empty($cart)) { foreach ($cart as $p) { $itemsCount += $p['qty']; } } @endphp {{ $itemsCount }}
Logo
    @php $links = json_decode($menus, true); // dd($links); @endphp @foreach ($links as $link) @php $href = getHref($link); @endphp @if (!array_key_exists('children', $link)) {{-- - Level1 links which doesn't have dropdown menus - --}}
  • {{ $link['text'] }}
  • @else {{-- - Level1 links which has dropdown menus - --}}
  • {{ $link['text'] }} {{-- START: 2nd level links --}}
      @foreach ($link['children'] as $level2) @php $l2Href = getHref($level2); @endphp
    • {{ $level2['text'] }} {{-- START: 3rd Level links --}} @php if (array_key_exists('children', $level2)) { create_menu($level2); } @endphp {{-- END: 3rd Level links --}}
    • @endforeach
    @endif @endforeach @if ($bs->is_quote)
  • {{ __('Reservation') }}
  • @endif @if ($bs->website_call_waiter == 1)
  • {{ __('Call Waiter') }}
  • @endif
{{ __('Opening Time') }}

{{ $bs->office_time }}

@if ($bs->is_quote) {{ __('Reservation') }} @endif @if ($bs->website_call_waiter == 1) {{ __('Call Waiter') }} @endif