{{-- HEADER --}}
{{-- TITRE --}}
Reçu de paiement
Référence : {{ $payment->reference }}
Date : {{ \Carbon\Carbon::parse($payment->date)->format('d/m/Y') }}
{{-- CLIENT --}}
Client
Nom : {{ $payment->commande->client->fullname ?? '-' }}
Contact : {{ $payment->commande->client->contact ?? '-' }}
{{-- PAIEMENT --}}
Montant payé
{{ money($payment->payment) }}
Mode : {{ $payment->mode_payment ?? 'Autre' }}
{{-- COMMANDE --}}
Commande liée
Référence : {{ $payment->commande->reference ?? '-' }}