Validation en cours
Votre demande d'abonnement Enterprise est en attente de validation
Détails de votre demande
Entreprise : {{ $invoice->company->name ?? 'N/A' }}
Référence : {{ $invoice->cash_reference ?? 'Non spécifiée' }}
Montant : {{ number_format($invoice->amount_paid, 2, ',', ' ') }} {{ $invoice->currency ?? 'EUR' }}
Date : {{ $invoice->created_at->format('d/m/Y H:i') }}
Durée :
@if($invoice->notes && strpos($invoice->notes, 'Durée:') !== false)
{{ explode('Durée:', $invoice->notes)[1] }}
@else
Non spécifiée
@endif
Statut :
En attente de validation