@if($logo)
@else @if($invoice->user->company)
{{$invoice->user->company->name}}
@endif @endif
@include('app.pdf.invoice.partials.company-address')
Invoice Number
{{$invoice->invoice_number}}
Invoice Date
{{$invoice->formattedInvoiceDate}}
Due date
{{$invoice->formattedDueDate}}
@include('app.pdf.invoice.partials.billing-address')
@if($invoice->user->billingaddress)
@else
@endif @include('app.pdf.invoice.partials.shipping-address')
@include('app.pdf.invoice.partials.table')
@include('app.pdf.invoice.partials.notes')