{{----}} {{--@if($email_message && $email_message->itemByLang && $email_message->itemByLang->body) @endif--}} @if($orders_user->descr) @endif {{-- @if($email_message && $email_message->itemByLang && $email_message->itemByLang->h1_title) @endif--}}
{{ env('APP_NAME') }}
{!! $email_message->itemByLang->body ?? '' !!}
{{ ShowLabelById(69) }}

{{ ShowLabelById(83) }}: {{ $orders->id ?? '' }}

{{ ShowLabelById(84) }}: {{ getDefaultDateFormat($orders->created_at) }}

{{ ShowLabelById(85) }}: {{ getEnumValueName($orders->pay_method) }}

{{ ShowLabelById(86) }}: {{ getEnumValueName($orders->delivery_method) }}

@if($orders->delivery_method == 'pickup' && $pickup_address)

{{ ShowLabelById(193) }}: {{ $pickup_address->itemByLang ? $pickup_address->itemByLang->address : '' }}

@endif @if($orders->delivery_method == 'sameday')

{{ ShowLabelById(193) }}: {{ $orders_user->city }}, {{ $orders_user->city_area }}, {{ $orders_user->address }}

@endif

{{ ShowLabelById(8) }}: {{ $orders_user->email ?? '' }}

@if(!$orders_user->userAddress)

{{ ShowLabelById(9) }}: {{ $orders_user->phone ?? '' }}

@endif

{{ ShowLabelById(91) }}: {{ $orders_user->user_ip ?? '' }}

{{ ShowLabelById(92) }} {{ ShowLabelById(93) }}

{{ $orders_user->last_name ?? '' }} {{ $orders_user->name ?? '' }}

@if($orders_user->userAddress)

{{ $orders_user->userAddress->city ?? '' }}

{{ $orders_user->userAddress->city_area ?? '' }}

{{ $orders_user->userAddress->city_street ?? '' }}

{{ $orders_user->userAddress->address ?? '' }}

{{ $orders_user->userAddress->phone ?? '' }}

@else

{{ $orders_user->city ?? '' }}

{{ $orders_user->city_area ?? '' }}

{{ $orders_user->city_street ?? '' }}

{{ $orders_user->address ?? '' }}

{{ $orders_user->phone ?? '' }}

@endif

{{ $orders_user->last_name ?? '' }} {{ $orders_user->name ?? '' }}

@if($orders_user->userAddress)

{{ $orders_user->userAddress->city ?? '' }}

{{ $orders_user->userAddress->city_area ?? '' }}

{{ $orders_user->userAddress->city_street ?? '' }}

{{ $orders_user->userAddress->address ?? '' }}

{{ $orders_user->userAddress->phone ?? '' }}

@else

{{ $orders_user->city ?? '' }}

{{ $orders_user->city_area ?? '' }}

{{ $orders_user->city_street ?? '' }}

{{ $orders_user->address ?? '' }}

{{ $orders_user->phone ?? '' }}

@endif
@if(!empty($basket) && count($basket)) @foreach($basket as $one_item) @endforeach
{{ ShowLabelById(19) }} {{ ShowLabelById(94) }} {{ ShowLabelById(21) }} {{ ShowLabelById(22) }}

{{ $loop->iteration ?? '' }}

{{ $one_item->goods_name ?? '' }}

{{ getDefaultPriceFormat($one_item->goods_price) }} {{ ShowLabelById(23) }}

{{ $one_item->items_count ?? '' }}

{{ getDefaultPriceFormat($one_item->goods_price * $one_item->items_count) }} {{ ShowLabelById(23) }}

{{ ShowLabelById(24) }}:

{{ getDefaultPriceFormat($total_price) }} {{ ShowLabelById(23) }}

{{ ShowLabelById(81) }}:

{{ getDefaultPriceFormat($orders_data->delivery_cost) }} {{ ShowLabelById(23) }}

{{ ShowLabelById(82) }}:

{{ getDefaultPriceFormat($total_price + $orders_data->delivery_cost) }} {{ ShowLabelById(23) }}

@endif
{{ ShowLabelById(78) }}

{{ $orders_user->descr ?? '' }}

{!! $email_message->itemByLang->h1_title ?? '' !!}