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

Détails Commande

Détails Commande

{{ csrf_field() }}
{{ csrf_field() }}

Products

@foreach($commande as $command) @endforeach
ID Libelle Produit Photo Quantité Prix Achat Prix total
{{$command->product_id}} {{$command->title}} {{$command->QteProd}} {{$command->PrixUnitAchat}} FCFA {{$cout}} FCFA
Total: {{$command->Total}} FCFA
Total restant: {{$command->Total}} FCFA

Informations Client

{{$command->nom}}
{{$command->telephone}}

Adresse de livraison

{{$command->DetailsLivraison}}
@endsection