Numéro commande | Date commande | Statut |
---|---|---|
{{$command->number}} | {{$command->created_at->format('d-m-Y')}} | {{$command->status->name}} |
Produit | Variante | Prix unitaire TTC | Longueur | Quantité | Remise % | Total TTC | ||
---|---|---|---|---|---|---|---|---|
{{$item->product_name}} | {{$item->variant_ERP_code}} | {{number_format($item->product_price_ttc, 2, ',', ' ')}} | @if ($item->saisir_longueur==1 && $item->length != null){{number_format($item->length, 2, ',', ' ')}} | @else- | @endif{{$item->quantity}} | @if ($item->discount_rate != null){{$item->discount_rate}} | @else- | @endif{{$item->ttc_total}} |
Prix Total TTC |
---|
{{$command->ttc_total}} |
Adresse de livraison |
---|
@if($command->delivery->company_name!=null){{$command->delivery->company_name}} @endif {{$command->delivery->last_name}} {{$command->delivery->first_name}} {{$command->delivery->adress}} @if($command->delivery->adress_followup){{$command->delivery->adress_followup}} @endif{{$command->delivery->town}} {{$command->delivery->phone}} |