@extends('layout.base', ['title' => 'StockApps - Afficher Client']) @section('content')
FBU

Enregistrement Nouveau Client
{{ csrf_field() }}
{!! $errors->first('Quantite', ':message') !!}

Achat Encour .....
@foreach ($Commandes as $Commande) @if($Commande->EtatCommande == 1) @else @endif @endforeach
# Produit Quantite Montant Action
{{ $Commande->id }} {{ $Commande->Produit }} {{ $Commande->Quantite }} {{ $Commande->Montant }}
{{ $Commande->id }} {{ $Commande->Produit }} {{ $Commande->Quantite }} {{ $Commande->Montant }}
{{ csrf_field() }} {{ method_field('DELETE') }}
{{ $Commandes->links() }}
@endsection