{!! $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'] }}

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

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

{{ $service['notes'] }}

{{ $service['line_total'] }}
@endif
{{ ctrans('texts.total') }} {{ $amount }}
{{ ctrans('texts.balance') }} {{ $balance }}
@if(strlen($entity->public_notes) > 3)
{{ strip_tags($entity->public_notes) }}
@endif @if(strlen($entity->terms) > 3)
{{ strip_tags($entity->terms) }}
@endif @if(strlen($entity->footer) > 3)
{{ strip_tags($entity->footer) }}
@endif