BOOKING CODE : {{$refundAmount['booking_code']}}
ACCOUNT NUMBER : {{$refundAmount['account_no']}}
ADDRESS :
@if(isset($refundAmount['lot_no']))
{{$refundAmount['lot_no']}},
@endif
@if(isset($refundAmount['street']))
{{$refundAmount['street']}},
@endif
@if(isset($refundAmount['place']))
{{$refundAmount['place']}},
@endif
@if(isset($refundAmount['postal_code']))
{{$refundAmount['postal_code']}}
@if(isset($refundAmount['city'])) -
{{$refundAmount['city']}}
@endif
@endif
@if(!isset($refundAmount['postal_code']) && isset($refundAmount['city']))
,{{$refundAmount['city']}}
@endif
@if(isset($refundAmount['state']))
,{{$refundAmount['state']}}
@endif
TEL NO : {{$refundAmount['phone_no']}}