@push('head') @endpush
{!! $company_details !!}
{!! $entity_details !!}
{!! $user_details !!}
@if($products->count() > 0)
@foreach($products as $product) @endforeach
Item Amount

@if($show_quantity) {{ $product['quantity'] }} x @endif @if($show_cost) {{ $product['cost'] }} @endif

{!! $product['notes'] !!}

@if($show_line_total) {{ $product['line_total'] }} @endif
@endif @if($services->count() > 0)
@foreach($services as $service) @endforeach
Service Amount

{{ $service['quantity'] }} × {{ $service['cost'] }}

{!! $service['notes'] !!}

{{ $service['line_total'] }}
@endif
@if(!$is_quote) @endif
{{ ctrans('texts.total') }} {{ $amount }}
{{ ctrans('texts.balance') }} {{ $balance }}
@if(strlen($entity->public_notes) > 3)
{!! html_entity_decode($entity->public_notes) !!}
@endif @if(strlen($entity->terms) > 3)
{!! html_entity_decode($entity->terms) !!}
@endif @if(strlen($entity->footer) > 3)
{!! html_entity_decode($entity->footer) !!}
@endif @push('head') @endpush