@extends(isset($input['print']) && $input['print']==1 ? 'layouts.general' : 'layouts.app') @section('link') @if(isset($input) && (!isset($input['print']) || $input['print']==1)) @endif @endsection @section('style') @endsection @section('content')
@include('shared.messages')

{{__('texte.references_arr.stocks.title5')}}
@if(!isset($input['print']) || $input['print']!=1) {{__('texte.references_arr.stocks.references')}} @endif


{{ csrf_field() }}

{{__('texte.references_arr.stocks.general_filters')}}

@if(!isset($input['print']) || $input['print']!=1)
@endif
@if(!isset($input['print']) || $input['print']!=1)
@endif
@if(isset($stocks) && count($stocks) > 0) @foreach($stocks as $stock) @endforeach
{{__('texte.references_arr.stocks.code')}} {{__('texte.references_arr.stocks.name')}} {{__('texte.references_arr.stocks.storage')}} {{__('texte.references_arr.stocks.quantity')}} {{__('texte.references_arr.stocks.full')}} {{__('texte.references_arr.stocks.empty')}}
{{$stock->product_id}} {{$stock->name}} {{$stock->storage_name}} {{number_format($stock->total_quantity,3,'.',' ')}} {{number_format($stock->full_quantity,3,'.',' ')}} {{number_format($stock->total_quantity-$stock->full_quantity,3,'.',' ')}}
@endif
@endsection