@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')
{{__('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,'.',' ')}} |