@lang('contact.tax_no')

{{ $contact->tax_number }}

@if($contact->pay_term_type) @lang('contact.pay_term_period')

{{ ucfirst($contact->pay_term_type) }}

@endif @if($contact->pay_term_number) @lang('contact.pay_term')

{{ $contact->pay_term_number }}

@endif