{{-- Header --}}
{{ $firstName }} {{ $lastName }} - @if(array_key_exists($creator, config('creators.list'))) {{ config('creators.list')[$creator] }} @endif
{{-- Body --}}
@if ($clientId) {{ $firstName }} {{ $lastName }} @else {{ $firstName }} {{ $lastName }} @endif
@if ($propertyId) {{ $propertyName }} @endif
@if ($tel)
Tel: {{$prefix}} {{ $tel }}
@endif
Source: @if(array_key_exists($creator, config('creators.list'))) {{ config('creators.list')[$creator] }} @endif @if ($locale) (Local) @endif
{{ $stayDuration }} jours: Du {{ $checkIn }} au {{ $checkOut }}
@if ($heureDepart)
Heure de départ:{{ $heureDepart }}
@endif @if ($heureArrive)
Heure d'arrivée:{{ $heureArrive }}
@endif @if ($commentaireLocal)
Commentaire:{{ $commentaireLocal }}
@endif
{{-- Footer --}}
Payé:
{{ number_format($paidAmount, 2, ',', ' ') }} TND
Reste à Payer:
{{ number_format($remainingAmount, 2, ',', ' ') }} TND