@if($logo) @else @if($estimate->user->company) @endif @endif

{!! $company_address !!}
@lang('pdf_estimate_number')  {{$estimate->estimate_number}}
@lang('pdf_estimate_date')  {{$estimate->formattedEstimateDate}}
@lang('pdf_estimate_expire_date')  {{$estimate->formattedExpiryDate}}
@if($billing_address !== '
')
@if($billing_address) @lang('pdf_bill_to') {!! $billing_address !!} @endif
@endif @if($billing_address !== '
')
@else
@endif @if($shipping_address) @lang('pdf_ship_to') {!! $shipping_address !!} @endif
@include('app.pdf.estimate.partials.table')
@if($notes)
@lang('pdf_notes')
{!! $notes !!} @endif