{{ trans('invoices.bill_to') }}
{{ $invoice->customer_name }}
{!! nl2br($invoice->customer_address) !!}
@if ($invoice->customer_tax_number)
{{ trans('general.tax_number') }}: {{ $invoice->customer_tax_number }}
@endif
@if ($invoice->customer_phone)
{{ $invoice->customer_phone }}
@endif
{{ $invoice->customer_email }}