|
{{ 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 }}%
|