@if($logo)
@else @if($invoice->user->company)

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

@endif @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 @if($shipping_address !== '
')
@else
@endif @if($billing_address) @lang('pdf_bill_to') {!! $billing_address !!} @endif
@include('app.pdf.invoice.partials.table') {{-- @include('app.pdf.invoice.partials.notes') --}}
@if($notes)
@lang('pdf_notes')
{!! $notes !!} @endif