@php app()->setLocale(session('customer_locale', 'en')); @endphp
@lang('modules.order.selectOrderTypeDescription')
@lang('app.locationAccessMessage')
@lang('app.locationAccessOptional')
@error('location'){{ $orderNote }}
{{ $deliveryAddress }}
{{ Str::limit($selectedItem->description, 100) }} {{ $selectedItem->description }}
{{ $selectedItem->description }}
@endif{{ ucwords(str_replace('_', ' ', $activeOfflinePaymentMethod->name)) }}
{!! nl2br(e($activeOfflinePaymentMethod->description)) !!}
{{ ucwords(str_replace('_', ' ', $activeOfflinePaymentMethodName)) }}
@lang('app.noDescription')
| @lang('modules.menu.itemName') | @lang('modules.menu.setPrice') |
|---|---|
|
{{ $item->variation }}
|
{{ $item->price ? currency_format($item->price, $restaurant->currency_id) : '--' }} |
{{ $customer->name }} {{ __('loyalty::app.hasAvailablePoints') }}: {{ number_format($availableLoyaltyPoints) }} @lang('loyalty::app.points')
{{ __('loyalty::app.pointsValue') }}: {{ currency_format($loyaltyPointsValue, $restaurant->currency_id) }}
@if($maxLoyaltyDiscount > 0){{ __('loyalty::app.maxDiscountToday') }}: {{ currency_format($maxLoyaltyDiscount, $restaurant->currency_id) }}
@endif@if($minRedeemPoints > 0) {{ __('Minimum') }}: {{ number_format($minRedeemPoints) }} @lang('loyalty::app.points') @if($maxRedeemablePoints > 0) | {{ __('Maximum') }}: {{ number_format($maxRedeemablePoints) }} @lang('loyalty::app.points') @endif @else {{ __('loyalty::app.maxPoints') }}: {{ number_format($availableLoyaltyPoints) }} @endif
@if($minRedeemPoints > 0 && $maxRedeemablePoints > 0){{ __('Points must be in multiples of :min', ['min' => number_format($minRedeemPoints)]) }}
@endif{{ __('loyalty::app.noPointsAvailable') }}
@endif