{!! $company_details !!}
{!! $company_address !!}
{!! $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)
{{ $entity->public_notes }}
@endif @if(strlen($entity->terms) > 3)
{{ $entity->terms }}
@endif @if(strlen($entity->footer) > 3)
{{ $entity->footer }}
@endif