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

Détail de la commande client

@if(Session::has('msgAdd'))
{!! session('msgAdd') !!}
@endif @if(Session::has('msgExist'))
{!! session('msgExist') !!}
@endif
@if(Session::get('CLIENT_PREPARATION_AJOUTER')) @if($hasPreparations->first()==null) @else @endif @endif
@foreach( $lignescommande as $ligne)
Référence Désignation Quantité TVA (%) Prix Unitaire H.T Prix Unitaire T.T.C Total H.T Total T.T.C
{!!$ligne->produit->reference!!} {!!$ligne->produit->designation!!} {!!(float)$ligne->quantiteCommande!!} {!!$ligne->tva!!} {!!number_format($ligne->prixHT,2)!!} {!!number_format($ligne->prixTTC,2)!!} {!!number_format($ligne->totalPrixHT,2)!!} {!!number_format($ligne->totalPrixTTC,2)!!}
( ! ) Notice: Undefined variable: ligne in C:\wamp64\www\old_bo\bo\resources\views\commande_client\detail.blade.php on line 171
Call Stack
#TimeMemoryFunctionLocation
10.0524245312{main}( )...\detail.blade.php:0

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

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

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