@include('app.pdf.estimate.partials.billing-address')
@if($estimate->user->billingaddress)
@else
@endif @include('app.pdf.estimate.partials.shipping-address')
Estimate Number  {{$estimate->estimate_number}}
Estimate Date  {{$estimate->formattedEstimateDate}}
Expiry Date  {{$estimate->formattedExpiryDate}}
@include('app.pdf.estimate.partials.table') @include('app.pdf.estimate.partials.notes')