{!! $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