@if($invoice->mode == 'paddle' && $invoice->paddle_transaction_id)
@endif
Retour
Informations de la facture
| Référence | {{ $invoice->custom_id }} |
|---|---|
| Date | {{ \Carbon\Carbon::parse($invoice->created_at)->format('d/m/Y H:i') }} |
| Montant | @if($invoice->company->trial > 0) 0 {{ $invoice->currency ?? '€' }} @else {{ number_format($invoice->amount_paid, 2, ',', ' ') }} {{ $invoice->currency ?? '€' }} @endif |
| Mode de paiement | @if($invoice->mode == 'stripe') Stripe @elseif($invoice->mode == 'paypal') PayPal @elseif($invoice->mode == 'cash') Espèces @else {{ ucfirst($invoice->mode ?? 'N/A') }} @endif |
| Statut | @if($invoice->status == 'paid') Payée @elseif($invoice->status == 'approved') Approuvé @elseif($invoice->status == 'pending') En attente @elseif($invoice->status == 'cancelled') Annulée @else {{ ucfirst($invoice->status) }} @endif |
Informations de l'abonnement
@if($invoice->subscription)| Type d'abonnement | {{ ucfirst($invoice->subscription->name) }} |
|---|---|
| Type | {{ $invoice->type == 'renew' ? 'Renouvellement' : 'Nouvel abonnement' }} |
| Annuel | {{ $invoice->annual ? 'Oui' : 'Non' }} |
Aucune information d'abonnement disponible.
@endif @if($invoice->notes)Notes
{{ $invoice->notes }}
@endif
@if($invoice->cash_reference)
Référence de paiement
{{ $invoice->cash_reference }}
@endif
En attente de validation
@endif
Votre demande d'abonnement est en attente de validation par notre équipe. Vous serez notifié une fois le paiement validé.
Annuler la demande