@extends('layout.base', ['title' => 'StockApps - Affichage Unité Vente']) @section('content')

LES PRODUITS AYANT UNITE DE VENTE {{ $TypeVente->TypeVente}}


Ajout d'un Produit a une unite de vente
{{ csrf_field() }}
{!! $errors->first('Qte', ':message') !!}
{!! $errors->first('PU', ':message') !!}

Liste de produit ayant unité de vente {{ $TypeVente->TypeVente}}
Produit Unite Vente PU/UV Qte/UV Fait le: Action
@endsection