Bill To:

{{ $quote->quotation_customer->customer_name }}

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

{{ $quote->quotation_customer->customer_name }}

@if($quote->quotation_customer->shipping_address) {!! $quote->quotation_customer->shipping_address !!}
@endif @if($quote->quotation_customer->mobile ) {{ $quote->quotation_customer->mobile }} @endif