|
Bonjour{{ isset($clientName) ? ' ' . $clientName : '' }},
Veuillez trouver ci-joint votre facture pour les prestations du
{{ \Carbon\Carbon::parse($invoice->invoice_date)->locale('fr')->isoFormat('MMMM YYYY') }}.
| Numéro |
{{ $invoice->invoice_number }} |
| Date d’émission |
{{ \Carbon\Carbon::parse($invoice->invoice_date)->format('d/m/Y') }} |
| Montant total |
{{ number_format($invoice->total, 2, ',', ' ') }} €
|
|
La facture est jointe à ce message au format PDF. Vous pouvez également la télécharger via le bouton ci-dessus.
| Modalités de paiement |
• Paiement à 30 jours fin de mois
• Règlement par virement bancaire
|
|
@if($worker && $worker->iban)
| Coordonnées bancaires |
IBAN : {{ $worker->iban }}
@if($worker->bic)
BIC : {{ $worker->bic }}
@endif
@if($worker->bank_name)
Banque : {{ $worker->bank_name }}
@endif
|
|
@endif
Pour toute question concernant cette facture, vous pouvez répondre à ce message ou nous contacter.
|
Cordialement,
{{ $worker->first_name ?? '' }} {{ $worker->last_name ?? '' }}
@if($worker && $worker->email)
{{ $worker->email }}
@endif
@if($worker && $worker->phone)
{{ $worker->phone }}
@endif
|
|
TVA non applicable — art. 293 B du CGI
|
|
Cet email a été envoyé automatiquement. Merci de ne pas y répondre directement.
|
@if(!empty($viewInBrowserUrl))
|
Afficher dans le navigateur
|
@endif
|