@if($logo) @else @if($invoice->user->company) @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')
user->billingaddress) style="float:left;" @endif> @include('app.pdf.invoice.partials.shipping-address')
@include('app.pdf.invoice.partials.table')
@include('app.pdf.invoice.partials.notes')