@include('app.pdf.invoice.partials.billing-address')
            
            @if($invoice->user->billingaddress && ($invoice->user->billingaddress->name || $invoice->user->billingaddress->address_street_1 || $invoice->user->billingaddress->address_street_2 || $invoice->user->billingaddress->country || $invoice->user->billingaddress->state || $invoice->user->billingaddress->city || $invoice->user->billingaddress->zip || $invoice->user->billingaddress->phone))
                
            @else
                
            @endif
                @include('app.pdf.invoice.partials.shipping-address')
            
            
         
        
            @include('app.pdf.invoice.partials.table')
        
        @include('app.pdf.invoice.partials.notes')