MADEZ FASHION

Haut couture Homme et Dame
Confection des Tenues de travail
Confection des accessoires de la mode

FICHE DE COMMANDE

Information du client

Nom / Prénom {{ $commande->client->fullname }}

Adresse

{{ $commande->client->adresse }}

Téléphone

{{ $commande->client->phone }}

Reference fiche

CMD-{{ $commande->reference }}

Date de dépôt

{{ \Carbon\Carbon::parse($commande->start_date)->format('d/m/Y') }}

Date de retrait

{{ \Carbon\Carbon::parse($commande->end_date)->format('d/m/Y') }}

@foreach ($details as $detail) @endforeach
Détail de la commande Quantité Prix Achat Unitaire Montant
{{ $detail->designation }} {{ $detail->quantity }} {{ number_format($detail->price, 0, '.', ' ') }} GNF {{ number_format($detail->amount, 0, '.', ' ') }} GNF
{{ amount_en_lettres($sum_commandes) }} GNF Total {{ number_format($commande->amount, 0, '.', ' ') }} GNF
Avance {{ number_format(($commande->amount - $commande->reliquat), 0, '.', ' ') }} GNF
Reste à payé {{ number_format($commande->reliquat, 0, '.', ' ') }} GNF

Promoteur

MAMADY SACKO

Tampon Logo

Information de paiement

Mode de paiement : {{ optional($commande->paiements->last())->mode_paiement ?? 'N/A' }}
Date de paiement : {{ optional($commande->paiements->last())->date ? \Carbon\Carbon::parse($commande->paiements->last()->date)->format('d/m/Y') : '—' }}