@extends('root.layout.master') @section('css_before') @endsection @section('js_after') @endsection @section('content')

Liste Commande

Liste Commande

@foreach ($commande3 as $commande) @endforeach
# Prix Total Nom Client Adresse Client Telephone Etat Commande Détail commande
{{$commande->id}} {{$commande->Total}} FCFA {{$commande->nom}} {{$commande->DetailsLivraison}} {{$commande->telephone}} @if ($commande->Etat == "En attente de validation") {{$commande->Etat}} @endif @if ($commande->Etat == "Validée") {{$commande->Etat}} @endif @if ($commande->Etat == "Annulée") {{$commande->Etat}} @endif
@endsection