{!! $context->organization()->display('logo') !!}
{!! $context->name !!}
{{ $context->organization()->list_filters() }}
    @if ($context->organization()->flag('delivery')) @if ($context->organization()->flag('delivery_radius'))
  • @lang('label.delivery_allowed_radius_from', [ 'radius' => $context->organization()->settings('delivery_radius'), 'address' => $context->address('short'), ])
  • @else
  • @lang('label.delivery_allowed')
  • @endif @if ($context->organization()->flag('delivery_costs')) @if ($context->organization()->flag('delivery_free'))
  • @lang('label.delivery_costs_txt_with_free', [ 'costs' => $context->organization()->settings('delivery_costs', 'currency'), 'free' => $context->organization()->settings('delivery_free', 'currency'), ])
  • @else
  • @lang('label.delivery_costs_txt', [ 'costs' => $context->organization()->settings('delivery_costs', 'currency') ])
  • @endif @endif @if ($context->organization()->flag('delivery_min_value'))
  • @lang('label.delivery_min_value_txt', [ 'costs' => $context->organization()->settings('delivery_min_value', 'currency') ])
  • @endif @endif @if ($context->organization()->flag('take_out'))
  • @lang('label.take_out_allowed')
  • @if ($context->organization()->flag('take_out_min_value'))
  • @lang('label.take_out_min_value_txt', [ 'costs' => $context->organization()->settings('take_out_min_value', 'currency') ])
  • @endif @endif
  • {{ sprintf('%.2f km', $context->distance) }}
  • {!! $context->organization()->settings('delivery_after', '%d min.', '—') !!}
  • {!! $context->organization()->settings('delivery_costs', 'currency', '—') !!}