@extends('layouts.base') @section('title', 'Mise à jour du stock') @section('content')
{{--

@yield('title')

--}} {{--
Export data to Copy, CSV, Excel, PDF & Print
--}}
@csrf @foreach($header as $key => $head) @endforeach @foreach($header as $key => $head) @endforeach @foreach($stocks as $stock) @endforeach
{{ ucfirst(__($head)) }}
{{ ucfirst(__($head)) }}
id ."][name]"}}/> id ."][quantity]"}} />
Liste des stocks
@endsection @section('javascripts') @endsection