|
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ str_replace('{order_id}', $orders->id, ShowLabelById(144)) }} |
||||||||||||||||||||||||||||
| {{ ShowLabelById(145) }} | ||||||||||||||||||||||||||||
| {!! str_replace('{user_name}', $orders_user->name, $email_message->body) !!} | ||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
{{ 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 |
||||||||||||||||||||||||||||