{{-- ///////////////////////////////////////// --}} @if(!empty($basket) && count($basket)) @endif
Logo

Statutul comenzii #{{ $orders->id }}

{{ $statusMessage }}
@foreach($basket as $one_item) @endforeach
{{ ShowLabelByIdWithLang(61, LANG_ID) }} {{ ShowLabelByIdWithLang(116, LANG_ID) }} {{ ShowLabelByIdWithLang(58, LANG_ID) }} {{ ShowLabelByIdWithLang(56, LANG_ID) }} {{ ShowLabelByIdWithLang(57, LANG_ID) }}
{{ $one_item->name }} {{ $one_item->goods_price_old > 0 ? getDefaultPriceFormat($one_item->goods_price_old) : getDefaultPriceFormat($one_item->goods_price) }} {{ ShowLabelByIdWithLang(10, LANG_ID) }} {{ getDefaultPriceFormat($one_item->goods_price) }} {{ ShowLabelByIdWithLang(10, LANG_ID) }} x{{ $one_item->items_count ?? '' }} {{ getDefaultPriceFormat($one_item->goods_price * $one_item->items_count) }} {{ ShowLabelByIdWithLang(10, LANG_ID) }}
{{ ShowLabelByIdWithLang(29, LANG_ID) }}: {{ getDefaultPriceFormat($orders_data->total_price) }} {{ ShowLabelByIdWithLang(10, LANG_ID) }}
{{ ShowLabelByIdWithLang(42, LANG_ID) }}: {{ getDefaultPriceFormat($orders_data->delivery_cost) }} {{ ShowLabelByIdWithLang(10, LANG_ID) }}
{{ ShowLabelByIdWithLang(59, LANG_ID) }}: {{ getDefaultPriceFormat($orders_data->total_price + $orders_data->delivery_cost) }} {{ ShowLabelByIdWithLang(10, LANG_ID) }}
{{ ShowLabelByIdWithLang(60, LANG_ID) }}: {{ getDefaultPriceFormat($orders_data->total_discount) }} {{ ShowLabelByIdWithLang(10, LANG_ID) }}

{{ ShowLabelByIdWithLang(62, LANG_ID) }}

{{ ShowLabelByIdWithLang(38, LANG_ID) }}: {{ $orders_user->name ?? '-' }}

{{ ShowLabelByIdWithLang(40, LANG_ID) }}: {{ $orders_user->phone ?? '-' }}

{{ ShowLabelByIdWithLang(39, LANG_ID) }}: {{ $orders_user->email ?? '-' }}

@if(!$orders->fast_order) @switch($orders->delivery_method) @case('delivery') @if($orders_user->districtId && $orders_user->districtId->name)

{{ ShowLabelByIdWithLang(43, LANG_ID) }}: {{ $orders_user->districtId->name }}

@endif

{{ ShowLabelByIdWithLang(44, LANG_ID) }}: {{ $orders_user->city ?? '' }}

{{ ShowLabelByIdWithLang(45, LANG_ID) }}: {{ $orders_user->address ?? '' }}

@break @case('pickup') @if($orders_user->shopsId && $orders_user->shopsId->name)

{{ ShowLabelByIdWithLang(46, LANG_ID) }}: {{ $orders_user->shopsId->name ?? '' }}

@endif @break @default @break @endswitch

{{ ShowLabelByIdWithLang(42, LANG_ID) }}: {{ getEnumValueNameWithLang($orders->delivery_method) }}

{{ ShowLabelByIdWithLang(47, LANG_ID) }}: {{ getEnumValueNameWithLang($orders->pay_method) }}

@if($orders->pay_method == 'iute_credit')

{{ ShowLabelByIdWithLang(168, LANG_ID) }}: {{ $orders_data->credit_months }} @if($orders_data->credit_zero) - (0%) @endif

{{ ShowLabelByIdWithLang(169, LANG_ID) }}: {{ getDefaultPriceFormat($orders_data->credit_month_price) }} {{ ShowLabelByIdWithLang(161, LANG_ID) }}

@endif @endif

{{ ShowLabelByIdWithLang(63, LANG_ID) }}: {{ getDefaultDateFormat($orders->created_at) }}