@if($logo) @else @endif
@if($invoice->customer->company)

{{$invoice->customer->company->name}}

@endif

@lang('pdf_invoice_label')

{{$invoice->invoice_number}}

{{$invoice->formattedInvoiceDate}}


{!! $company_address !!}
@if($shipping_address !== '
')
@if($shipping_address) @lang('pdf_ship_to')
{!! $shipping_address !!} @endif
@endif
') style="float:right; margin-right:30px;" @endif> @if($billing_address) @lang('pdf_bill_to')
{!! $billing_address !!} @endif
@include('app.pdf.invoice.partials.table')
@if($notes)
@lang('pdf_notes')
{!! $notes !!} @endif