@if(!config('settings.hide_project_branding')) @else @endif
@if(!config('settings.hide_project_branding'))
@else
@endif
    @isset($restorant) @yield('addiitional_button_1') @yield('addiitional_button_2') @if(config('app.isqrsaas')) @if(config('settings.enable_call_waiter') && strlen(config('broadcasting.connections.pusher.app_id')) > 2 && strlen(config('broadcasting.connections.pusher.key')) > 2 && strlen(config('broadcasting.connections.pusher.secret')) > 2)
  • @endif @if(config('settings.enable_guest_log'))
  • {{ __('Register visit') }}
  • @endif @if(isset($hasGuestOrders)&&$hasGuestOrders)
  • {{ __('My Orders') }}
  • @endif @endif @endisset @if(\Request::route()->getName() != "newrestaurant.register" && config('app.ordering'))
  • @if(\Request::route()->getName() != "cart.checkout") {{ __('Cart') }} @endif
  • @endif
  • @yield('addiitional_button_1_mobile') @yield('addiitional_button_2_mobile') @isset($restorant) @if(config('app.isqrsaas')) @if(config('settings.enable_call_waiter') && strlen(config('broadcasting.connections.pusher.app_id')) > 2 && strlen(config('broadcasting.connections.pusher.key')) > 2 && strlen(config('broadcasting.connections.pusher.secret')) > 2) {{ __('Call Waiter') }} @endif @if(config('settings.enable_guest_log')) {{ __('Register visit') }} @endif @if(isset($hasGuestOrders)&&$hasGuestOrders) {{ __('My Orders') }} @endif @endif @if(\Request::route()->getName() != "newrestaurant.register" && config('app.ordering')) {{ __('Cart') }} @endif @endisset