Votre commande N° {{$command->number}} @if ($command->status_id == 1) est en attente de paiement @elseif ($command->status_id >= 20 && $command->status_id != 50) est confirmée @endif



Numéro commande Date commande Statut
{{$command->number}} {{$command->created_at->format('d-m-Y')}} {{$command->status->name}}


@foreach ($command->items as $item) @if ($item->saisir_longueur==1 && $item->length != null) @else @endif @if ($item->discount_rate != null) @else @endif @endforeach
Produit Variante Prix unitaire TTC Longueur Quantité Remise % Total TTC
{{$item->product_name}} {{$item->variant_ERP_code}} {{number_format($item->product_price_ttc, 2, ',', ' ')}}{{number_format($item->length, 2, ',', ' ')}}-{{$item->quantity}}{{$item->discount_rate}}-{{$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}}