@extends('layouts.default') @section('content')

Ventes

@csrf
@foreach($stocks as $stock) @endforeach
Position Code Code a barre Libelle Stock début Stock Inventaire Ecart Vente Vente Total Stock Final
{{$stock->group_position}}... {{$stock->code}} {{$stock->code_a_barre}} {{$stock->designation}} {{$stock->stock_theorique}} {{$stock->stock_inventaire}} {{$stock->stock_inventaire - $stock->stock_theorique}} {{$stock->quantite}} {{$stock->quantite_total}} {{$stock->stock_final}}
@endsection