|
{{ShowLabelById(141)}}: {{ $orders->id}}
{{ShowLabelById(142)}}: {{ getDefaultDateFormat($orders->created_at) }}
{{ShowLabelById(143)}}: {{ $orders->pay_method_format }}
{{ShowLabelById(144)}}: {{ $orders->delivery_method_format }}
{{ShowLabelById(145)}}: {{ $orders_user->user_type_format }}
|
{{$orders_user->user_type == 'juridic' ? ShowLabelById(95):ShowLabelById(24)}}:{{ $orders_user->name}}
{{ShowLabelById(18)}}: {{ $orders_user->email}}
{{ShowLabelById(25)}}: {{ $orders_user->phone}}
{{ShowLabelById(146)}}: {{ $orders_user->user_ip}}
@if($orders_user->user_type == 'juridic')
{{ShowLabelById(96)}}: {{ $orders_user->juridical_address}}
{{ShowLabelById(97)}}: {{ $orders_user->tva}}
{{ShowLabelById(98)}}: {{ $orders_user->idno}}
@endif
|