Ship From
@if($order)
@if($order->shipfrom_customer_id)
{{ $order->shipfrom_name }}
{{ $order->shipfrom_address.', '.$order->shipfrom_city.', '.$order->shipfrom_state.' '.$order->shipfrom_zip }}
{{ $order->shipfrom_contact }}
{{ $order->shipfrom_phone }}
{{ $order->shipfrom_email }}
{{ $order->shipfrom_shipping_from_hours }} - {{ $order->shipfrom_shipping_to_hours }}
{{ ($order->shipfrom_apt_required ? 'Yes' : 'No') }}
{{ $order->shipfrom_notes }}
@endif
@endif