@extends('layouts.base') @section('title', 'Stock produit') @section('actions')
@endsection @section('content')
{{--

@yield('title')

--}} {{--
Exporter CSV, Excel, PDF & Imprimer
--}}
@foreach($header as $key => $head) @endforeach @foreach($header as $key => $head) @endforeach @foreach($stocks as $stock) @endforeach
{{ ucfirst(__($head)) }}
{{ ucfirst(__($head)) }}
{{$stock->product->code}} {{$stock->product->name}} {{number_format($stock->value,0,'.',' ')}} {{$stock->site->name}} {{$stock->updated_at->format('d/m/Y')}}
@endsection @section('javascripts') @endsection