@if($orders_user->descr) @endif @if($if_payment == 1) @endif @if($if_admin == 1) @endif
letter
{{ ShowLabelById(207, $lang_id) }} @if($orders->pay_method == 'online')
{!! ShowLabelById(232, $lang_id) !!} @endif
{{ ShowLabelById(250, $lang_id) }}

{{ ShowLabelById(208, $lang_id) }}: {{ $orders->id or '' }}

{{ ShowLabelById(209, $lang_id) }}: {{ date('d-m-Y H:i', strtotime($orders->created_at)) }}

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

@if($orders->certificate)

{{ ShowLabelById(311, $lang_id) }}: {{ $orders->certificate or '' }}

@endif @if($orders->requisites)

{{ ShowLabelById(321, $lang_id) }}: {{ $orders->requisites or '' }}

@endif

{{ ShowLabelById(109, $lang_id) }}: {{ $orders_data->delivery_price }}

{{ ShowLabelById(108, $lang_id) }}: {{ $orders_user->email or '' }}

{{ ShowLabelById(107, $lang_id) }}: {{ $orders_user->phone or '' }}

{{ ShowLabelById(249, $lang_id) }}: {{ $orders_user->user_ip or '' }}

{{ ShowLabelById(378, $lang_id) }}: {{ $orders->discount or 0 }}%

{{ ShowLabelById(211, $lang_id) }}
{{--

{{ ShowLabelById(245, $lang_id) }}: {{ $orders_user->last_name or '' }}

--}}

{{ ShowLabelById(106, $lang_id) }} / {{ ShowLabelById(245, $lang_id) }}: {{ $orders_user->name or '' }}

{{--

{{ ShowLabelById(110, $lang_id) }}: {{ $orders_user->district or '' }}

--}}

{{ ShowLabelById(111, $lang_id) }}: {{ $orders_user->city or '' }}

{{ ShowLabelById(112, $lang_id) }}: {{ $orders_user->street or '' }}

{{--

{{ ShowLabelById(113, $lang_id) }}: {{ $orders_user->house or '' }}

--}}
@if(!empty($basket) && count($basket)) @foreach($basket as $one_item) @endforeach
{{ ShowLabelById(213, $lang_id) }} {{ ShowLabelById(53, $lang_id) }} {{ ShowLabelById(100, $lang_id) }} {{ ShowLabelById(46, $lang_id) }} {{ ShowLabelById(214, $lang_id) }}

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

{{ $one_item->one_c_code or '' }}

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

@if($one_item->goods_old_price > 0 && $one_item->goods_old_price > $one_item->goods_price)

{{ $one_item->goods_old_price }} {{ ShowLabelById(6, $lang_id) }}

@endif

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

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

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

{{ $discount_price }} {{ ShowLabelById(6, $lang_id) }}

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

{{ $total_price }} {{ ShowLabelById(6, $lang_id) }}

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

{!! nl2br($orders_user->descr) !!}

{{ ShowLabelById(230, $lang_id) }}
CMS: {{url($lang, ['back', 'orders', 'pickup', 'edititem', $orders['id']])}}