@if($billing_address) @lang('pdf_bill_to') {!! $billing_address !!} @endif
@if($billing_address !== '
')
@else
@endif @if($shipping_address) @lang('pdf_ship_to') {!! $shipping_address !!} @endif
@lang('pdf_invoice_number')  {{$invoice->invoice_number}}
@lang('pdf_invoice_date')  {{$invoice->formattedInvoiceDate}}
@lang('pdf_invoice_due_date')  {{$invoice->formattedDueDate}}
@include('app.pdf.invoice.partials.table')
@if($notes)
@lang('pdf_notes')
{!! $notes !!} @endif