Billing Information
@if($order->billAttention) @endif @if($order->billBizName) @endif @if($order->billAddress2) @endif @if($order->shipping_comments) @endif
Email {{ $order->email }}
First Name {{ $order->billFName }}
Last Name {{ $order->billLName }}
Attention {{ $order->billAttention }}
Business Name {{ $order->billBizName }}
Address Line {{ $order->billAddress }}
Address Line 2 {{ $order->billAddress2 }}
Phone {{ $order->billPhone }}
Country {{ $order->billCountry }}
Zip {{ $order->billZip }}
City {{ $order->billCity }}
State {{ $order->billState }}
Shipping Instructions {{ $order->shipping_comments }}
Shipping Information
@if($order->shipto_same)
Same as billing information
@else @if($order->shipAttention) @endif @if($order->shipBizName) @endif @if($order->shipAddress2) @endif @if($order->shipPhone) @endif
First Name {{ $order->shipFName }}
Last Name {{ $order->shipLName }}
Attention {{ $order->shipAttention }}
Business Name {{ $order->shipBizName }}
Address Line {{ $order->shipAddress }}
Address Line 2 {{ $order->shipAddress2 }}
Phone {{ $order->shipPhone }}
Country {{ $order->shipCountry }}
Zip {{ $order->shipZip }}
City {{ $order->shipCity }}
State {{ $order->shipState }}
@endif @if($order->end_user)
End User{{ $order->end_user }}
@endif