@if($payment_url) @endif @if($email_message && $email_message->body) @endif @if(!empty($basket) && count($basket)) @endif
Logo

{{ str_replace('{order_id}', $orders->id, ShowLabelById(144)) }}

 
{{ ShowLabelById(145) }}
{!! str_replace('{user_name}', $orders_user->name, $email_message->body) !!}
@foreach($basket as $one_item) @endforeach
{{ ShowLabelById(61) }} {{ ShowLabelById(116) }} {{ ShowLabelById(58) }} {{ ShowLabelById(56) }} {{ ShowLabelById(57) }}
{{ $one_item->name }} {{ $one_item->goods_price_old > 0 ? getDefaultPriceFormat($one_item->goods_price_old) : getDefaultPriceFormat($one_item->goods_price) }} {{ ShowLabelById(10) }} {{ getDefaultPriceFormat($one_item->goods_price) }} {{ ShowLabelById(10) }} x{{ $one_item->items_count ?? '' }} {{ getDefaultPriceFormat($one_item->goods_price * $one_item->items_count) }} {{ ShowLabelById(10) }}
{{ ShowLabelById(29) }}: {{ getDefaultPriceFormat($orders_data->total_price) }} {{ ShowLabelById(10) }}
{{ ShowLabelById(42) }}: {{ getDefaultPriceFormat($orders_data->delivery_cost) }} {{ ShowLabelById(10) }}
{{ ShowLabelById(59) }}: {{ getDefaultPriceFormat($orders_data->total_price + $orders_data->delivery_cost) }} {{ ShowLabelById(10) }}
{{ ShowLabelById(60) }}: {{ getDefaultPriceFormat($orders_data->total_discount) }} {{ ShowLabelById(10) }}

{{ ShowLabelById(62) }}

{{ ShowLabelById(38) }}: {{ $orders_user->name ?? '-' }}

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

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

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

{{ ShowLabelById(43) }}: {{ $orders_user->districtId->name }}

@endif

{{ ShowLabelById(44) }}: {{ $orders_user->city ?? '' }}

{{ ShowLabelById(45) }}: {{ $orders_user->address ?? '' }}

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

{{ ShowLabelById(46) }}: {{ $orders_user->shopsId->name ?? '' }}

@endif @break @default @break @endswitch

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

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

@endif

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

@if($payment_url)

{{ ShowLabelById(146) }}: {{ ShowLabelById(145) }}

@endif