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

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

{{ $product['notes'] }}

{{ $product['line_total'] }}
@endif @if($services->count() > 0)
Service @foreach($services as $service) @endforeach
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