@extends('layouts.caisselayout') @section('title','PCSOFT V4: BON DE COMMANDE') @section('extra-meta') @endsection @section('content')

{{__('messages.MODIFIER UNE VENTE')}}

{{__('messages.PRODUITS SELECTIONNES')}}
{{__('messages.LISTE DES PRODUITS')}}
{{__('messages.Produit')}} {{__('messages.Prix')}} {{(__'messages.Qte')}} {{__('messages.Total')}}
@include('vente/form')
@foreach($produits as $produit) @endforeach
{{__('message.Libelle')}} {{__('messages.PU')}} {{__('messages.Qte')}}
{{$produit->pdt_lib}} {{getPrice3($produit->pdt_pv)}} {{getPrice3($produit->pdt_dep)}}
@endsection @section('extra-js') @endsection