@extends('app') @section('content')

Détail de la commande fournisseur

@if(Session::has('msgAdd'))
{!! session('msgAdd') !!}
@endif @if(Session::has('msgExist'))
{!! session('msgExist') !!}
@endif

@foreach( $lignescommande as $ligne)
Référence produit Désignation Quantité TVA (%) Prix Unitaire H.T Prix Unitaire T.T.C Quantité réceptionnée Reste à recevoir Totale H.T Totale T.T.C
{!!$ligne->produit->reference!!} {!!$ligne->produit->designation!!} {!!(float)$ligne->quantite_commander!!} {!!(float)$ligne->tva!!} {!!number_format($ligne->prix_ht,2)!!} {!!number_format($ligne->prix_ttc,2)!!} {!!(float)$ligne->quantite_receptionner!!} {!!(float)($ligne->quantite_commander - $ligne->quantite_receptionner)!!} {!!number_format($ligne->total_prix_ht,2)!!} {!!number_format($ligne->total_prix_ttc,2)!!}
( ! ) Notice: Undefined variable: ligne in C:\wamp64\www\old_bo\bo\resources\views\commande_fournisseur\detail.blade.php on line 158
Call Stack
#TimeMemoryFunctionLocation
10.0890259960{main}( )...\detail.blade.php:0

( ! ) Notice: Trying to get property of non-object in C:\wamp64\www\old_bo\bo\resources\views\commande_fournisseur\detail.blade.php on line 158
Call Stack
#TimeMemoryFunctionLocation
10.0890259960{main}( )...\detail.blade.php:0

( ! ) Notice: Undefined variable: ligne in C:\wamp64\www\old_bo\bo\resources\views\commande_fournisseur\detail.blade.php on line 159
Call Stack
#TimeMemoryFunctionLocation
10.0890259960{main}( )...\detail.blade.php:0

( ! ) Notice: Trying to get property of non-object in C:\wamp64\www\old_bo\bo\resources\views\commande_fournisseur\detail.blade.php on line 159
Call Stack
#TimeMemoryFunctionLocation
10.0890259960{main}( )...\detail.blade.php:0
@endforeach
@foreach($lignescommande as $ligne)
@endforeach
@endsection