@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.producer')}} | {{__('texte.references_arr.stocks.category')}} | {{strtoupper(__('texte.references_arr.stocks.id'))}} | {{__('texte.references_arr.stocks.product')}} | {{__('texte.references_arr.stocks.barcode')}} | {{__('texte.references_arr.stocks.package_count')}} | {{__('texte.references_arr.stocks.quantity')}} | {{__('texte.references_arr.stocks.package_quantity')}} |
---|---|---|---|---|---|---|---|
{{$stock->producer_name}} | {{$stock->category}} | {{$stock->id}} | {{$stock->name}} | {{$stock->piece_barcode}} | {{$stock->package_count}} | {{$stock->quantity}} | {{$stock->quantity/$stock->package_count}} |