@if($currentCompany->getSetting('avatar')) @else @endif

{{ __('messages.from') }}

{!! $estimate->getField('estimate_from_template') !!}
{{ __('messages.estimate_number') }}  {{$estimate->estimate_number}}
{{ __('messages.estimate_date') }}  {{$estimate->formatted_estimate_date}}
{{ __('messages.expiry_date') }}  {{$estimate->formatted_expiry_date}}

{{ __('messages.to') }}

{!! $estimate->getField('estimate_to_template') !!}
@if($estimate->customer->shipping->address_1 != '')
@else
@endif @if($estimate->customer->shipping->address_1)

{{ __('messages.ship_to') }}

{!! $estimate->getField('estimate_ships_to_template') !!} @endif
@include('pdf.estimate._table')
@if($estimate->notes)
{{ __('messages.notes') }}
{{ $estimate->notes }} @endif
{!! $estimate->company->getSetting('estimate_footer') !!}