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