ACHAT Suivi de tous vos achats en cours et finalisés

@if(isset($total)) @foreach($total as $key=>$value)
Solde Total Achat validés : {{$value}} {{$key}}
   @endforeach @endif
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session("success"))
{{session('success')}}
@elseif(session("error"))
{{session('error')}}
@endif
@php $helpers=new \App\Http\Controllers\HelperController(); @endphp @foreach($commandes as $commande) @if(count($commande->commande_article)>0) @endif @endforeach
Référence Boutique Client Prix total Montant payer Reste à payer Mode de paiement Moyen de paiement Mode de livraison Etat d'achat Etat de réception Date Action
{{$commande->reference}} @if($commande && $commande->boutique) {{$commande->boutique->nom_boutique}} @endif {{$commande->first_name}} {{$commande->last_name}} {{$commande->total_price}} {{$commande->currency}} @if($commande->paiement_type=='paid_now') @if($commande->statut_paiement!=true) {{$commande->total_price}} {{$commande->currency}} @else {{$commande->montant_payer}} {{$commande->currency}} @endif @else {{$commande->montant_payer}} {{$commande->currency}} @endif {{($commande->total_price)-( $commande->paiement_type=='paid_now' ? ($commande->statut_paiement==true ? $commande->total_price : $commande->montant_payer ) : $commande->montant_payer )}} {{$commande->currency}} @if($commande->paiement_type=='paid_now') Paiement direct @elseif($commande->paiement_type=='paid_echellon') Paiement échelloné @else Paiement après livraison @endif {{$commande->source}} {{$commande->source_name}} {{$commande->service_shipping != null ? $commande->service_shipping->name : 'aucun'}} @if($commande->paiement_type=='paid_now') @if($commande->statut_paiement!=true) {{'echec de paiement'}} @else {{'paiement effectué'}} @endif @else {{'paiement après livraison'}} @endif @if($commande->shipping==true) @if($commande->statut_shipping!=true) {{'en attente de livraison'}} @else {{'livraison effectuée'}} le {{$commande->updated_at->format('d-m-y à H:i')}} @endif @else Livraison non incluse @endif {{$commande->created_at->format('d-m-y à H:i')}} Détails commandes
{{ $commandes->links() }}