Bill To:

{{ $invoice->invoice_customer->customer_name }}

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

{{ $invoice->invoice_customer->customer_name }}

@if($invoice->invoice_customer->shipping_address) {!! $invoice->invoice_customer->shipping_address !!}
@endif @if($invoice->invoice_customer->mobile) {{ $invoice->invoice_customer->mobile }} @endif