@if ($logo) @else @if ($estimate->customer->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
') class="shipping-address-container shipping-address" @else class="shipping-address-container--left shipping-address" style="padding-left:30px;" @endif> @if ($shipping_address) @lang('pdf_ship_to')
{!! $shipping_address !!} @endif
@include('app.pdf.estimate.partials.table')
@if ($notes)
@lang('pdf_notes')
{!! $notes !!} @endif