{{----}} @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(51, $lang_id) }}

{{ ShowLabelById(52, $lang_id) }}: {{ $orders->id ?? '' }}

{{ ShowLabelById(53, $lang_id) }}: {{ getDefaultDateFormat($orders->created_at) }}

{{ ShowLabelById(54, $lang_id) }}: {{ getEnumValueName($orders->pay_method, $lang_id) }}

{{ ShowLabelById(55, $lang_id) }}: {{ getEnumValueName($orders->delivery_method, $lang_id) }}

{{ ShowLabelById(32, $lang_id) }}: {{ $orders_user->email ?? '' }}

{{ ShowLabelById(31, $lang_id) }}: {{ $orders_user->phone ?? '' }}

{{ ShowLabelById(56, $lang_id) }}: {{ $orders_user->user_ip ?? '' }}

{{ ShowLabelById(57, $lang_id) }} {{ ShowLabelById(58, $lang_id) }}

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

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

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

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

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

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

@if(!empty($basket) && count($basket)) @foreach($basket as $one_item) @php $parent_alias= ''; $parent_alias = $one_item->goodsItemId && $one_item->goodsItemId->getSubjectId ? $one_item->goodsItemId->getSubjectId->alias : ''; @endphp @endforeach
{{ ShowLabelById(94, $lang_id) }} {{ ShowLabelById(59, $lang_id) }} {{ ShowLabelById(60, $lang_id) }} {{ ShowLabelById(61, $lang_id) }} {{ ShowLabelById(62, $lang_id) }}
{{ $one_item->goodsItemId->itemByLang->name ?? '' }}

{{ $one_item->goodsItemId->itemByLang->name ?? '' }}

@if($one_item->gift_text)

{{ ShowLabelById(82, $lang_id) }} - {{ $one_item->gift_text ?? '' }}

@endif

{{ getDefaultPriceFormat($one_item->goods_price) }} {{ ShowLabelById(5, $lang_id) }}

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

{{ getDefaultPriceFormat($one_item->goods_price * $one_item->items_count) }} {{ ShowLabelById(5, $lang_id) }}

{{ ShowLabelById(50, $lang_id) }}:

{{ getDefaultPriceFormat($total_price) }} {{ ShowLabelById(5, $lang_id) }}

{{ ShowLabelById(42, $lang_id) }}:

{{ getDefaultPriceFormat($orders_data->delivery_cost) }} {{ ShowLabelById(5, $lang_id) }}

{{ ShowLabelById(25, $lang_id) }}:

{{ getDefaultPriceFormat($total_price + $orders_data->delivery_cost) }} {{ ShowLabelById(5, $lang_id) }}

@endif
{{ ShowLabelById(36, $lang_id) }}

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

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