{{-- To: Recipient (Party) --}}
To: @if($mobile) +91 {{ $mobile }} @endif
{{ $party->name }}
@if($contactPerson)
C/O: {{ $contactPerson }}
@endif
{!! nl2br(e($address)) !!}
@if($party->state)
{{ $party->state }}
@endif @if($pincode)
{{ $pincode }}
@endif
{{-- Transportation: A5 label only. The client does not want the transporter name printed on envelopes. --}} @if($printFormat !== 'envelope' && $party->transportation_name)
Transport: {{ $party->transportation_name }} @if($party->vpp_cod) | VPP/COD @endif
@endif