Bill To:

{{ $memo->memo_customer->customer_name }}

@if($memo->memo_customer->billing_address) {!! $memo->memo_customer->billing_address !!}
@endif @if($memo->memo_customer->mobile) {{ $memo->memo_customer->mobile }} @endif
Ship To:

{{ $memo->memo_customer->customer_name }}

@if($memo->memo_customer->shipping_address) {!! $memo->memo_customer->shipping_address !!}
@endif @if($memo->memo_customer->mobile) {{ $memo->memo_customer->mobile }} @endif