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

{{__('messages.FICHE DE PRESCRIPTION')}}

{{__('messages.Produit')}} {{__('messages.Prix')}} {{__('messages.Qte')}} {{__('messages.Total')}}
@include('vente/form')
@foreach($produits as $produit) @endforeach
{{__('messages.Libelle')}} {{__('messages.PU')}} {{__('messages.Qte')}}
{{$produit->pdt_lib}} {{($produit->pv)}} {{($produit->qte)}}
@endsection @section('extra-js') @endsection