Beauty Care & Fashion
Date | Produits | Client | Coupon | Total |
---|---|---|---|---|
{{ \Carbon\Carbon::create($sale->date)->isoFormat('ll') }}
|
@php
$cart = $sale->order->cart;
@endphp
@foreach($cart as $product)
{{ $product['quantity'] }} {{ $product['name'] }},
@endforeach
|
{{ ($sale->customer) ? $sale->customer->first_name.' '. $sale->customer->last_name : "" }}
|
{{ number_format(($sale->discount_on_coupon ?? 0), 0, ',', ' ') }}
|
{{ number_format($sale->total, 0, ',', ' ') }} FCFA
|
Liste générée le {{ \Carbon\Carbon::now()->isoFormat('lll') }}