détails{{$cmd->created_at->format('d / m / y à H:i')}}
@if($cmd->statut_paiement==true)
paiement effectué
@if($cmd->shipping==true)
@if($cmd->statut_shipping==false)
en attente de livraison
@else
payer et livré : {{$cmd->updated_at->format('d / m / y à H:i')}}
@endif
@else
payer et livré : {{$cmd->updated_at->format('d / m / y à H:i')}}
@endif
@else
@if($cmd->statut_shipping==false)
en attente livraison pour paiement
@else
payer et livré : {{$cmd->updated_at->format('d / m / y à H:i')}}
@endif
@endif
Total commande : {{$cmd->total_wr}} {{\Illuminate\Support\Facades\Session::get('boutique')['meta']['currency_client']}}
@if(isset($cmd->code_promo_reduction) && $cmd->code_promo_reduction!=null)
Code Réduction : {{$cmd->code_promo_reduction}}%
@endif
@if(isset($cmd->montant_global_code_promo) && $cmd->montant_global_code_promo>0)
Code Réduction global : {{$cmd->montant_global_code_promo}}%
@endif
Total dû : {{$cmd->total_price}} {{\Illuminate\Support\Facades\Session::get('boutique')['meta']['currency_client']}} Total payer : {{$cmd->montant_payer}} {{\Illuminate\Support\Facades\Session::get('boutique')['meta']['currency_client']}}
@foreach($cmd->commande_article as $key => $art)
@if($art->article!=null)
@foreach($art->article as $key => $article)
@foreach($images as $image)
@if($image->key==$article->slug)
@break
@endif
@endforeach