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

UNITES DE VENTES


Liste des Unités de vente
@foreach($TypeVentes as $TypeVente) @endforeach
Unité Vente Auteur Enregistré le: Action
{{ $TypeVente->TypeVente }} {{ $TypeVente->Auteur }} {{ $TypeVente->created_at }}
{{csrf_field()}} {{method_field('DELETE')}}
@stop