|
{{ShowLabelById(24)}}:
{{ $orders_user->name ?? '' }}
{{ShowLabelById(25)}}:
{{ $orders_user->last_name ?? '' }}
Email:
{{ $orders_user->email ?? '' }}
{{ShowLabelById(26)}}:
{{ $orders_user->phone ?? '' }}
IP:
{{ $orders_user->user_ip ?? '' }}
@if($orders->delivery_method == 'delivery')
{{ShowLabelById(30)}}:
{{ $orders_user->areaName->name ?? '' }}
{{ShowLabelById(32)}}:
{{ $orders_user->street ?? '' }}
{{ShowLabelById(33)}}:
{{ $orders_user->home ?? '' }}
{{ShowLabelById(34)}}:
{{ $orders_user->apartment ?? '' }}
{{ShowLabelById(35)}}:
{{ $orders_user->entrance ?? '' }}
{{ShowLabelById(36)}}:
{{ $orders_user->floor ?? '' }}
@endif
|