|
{{ ShowLabelById(9) }}: {{ $orders->id ?? '' }}
{{ ShowLabelById(10) }}: {{ getDefaultDateFormat($orders->created_at) }}
{{ ShowLabelById(11) }}: {{ getEnumValueName($orders->pay_method) }}
{{ ShowLabelById(12) }}: {{ getEnumValueName($orders->delivery_method) }}
@if($orders->delivery_method == 'pickup')
{{ ShowLabelById(39) }}: {{ $orders->shopId ? $orders->shopId->address : __('variables.do_not_exist')}}
@endif
@if($orders->delivery_method == 'delivery')
@if($orders_user->city_id)
{{ ShowLabelById(14) }}: {{ $orders_user->ordersCity ? $orders_user->ordersCity->name .', '. $orders_user->address : __('variables.do_not_exist')}}
@endif
@if($orders_user->sector_id)
{{ ShowLabelById(14) }}: {{ ShowLabelById(156) }}, {{ $orders_user->ordersSector ? $orders_user->ordersSector->name .', '. $orders_user->address : __('variables.do_not_exist')}}
@endif
@endif
|
{{ ShowLabelById(16) }}: {{ $orders_user->last_name ?? '' }}
{{ ShowLabelById(17) }}: {{ $orders_user->name ?? '' }}
{{ ShowLabelById(18) }}: {{ $orders_user->email ?? '' }}
{{ ShowLabelById(19) }}: {{ $orders_user->phone ?? '' }}
{{ ShowLabelById(13) }}: {{ $orders_user->user_ip ?? '' }}
|