Numéro de la facture #{{ $order->number }}

Facture
@foreach($order->items as $item) @endforeach
Elements

{{ $item->treatment->name }}

{{ $item->clothing->name }}

Quantité

{{ $item->quantity }}

Montant

{{ $item->total }} F
Sous Total :

{{ $order->amount }} F

Réduction :

{{ $order->discount }} F

Grand Total :

{{ $order->total }} F

Résumé

  • Date de dépôt: {{ $order->deposit_at->format('d/M/Y') }}
  • $order->is_late])>Date de retrait: {{ $order->withdrawal_at->format('d/M/Y') }}

Client

  • {{ $order->customer->name }}
  • {{ $order->customer->phone }}
  • {{ $order->customer->address }}

Information paiement