| {{ __('app.export-articles') }} | |||||||||
| {{ __('app.quantity_stock') }} | {{ __('app.article') }} | {{ __('app.designation') }} | {{ __('app.nb_items') }} | {{ __('app.dim1') }} | {{ __('app.dim2') }} | {{ __('app.dim3') }} | {{ __('app.length') }} | {{ __('app.weight_stock') }} | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $l->total }} | {{ $l->reference }} | {{ $l->designation }} | {{ $l->totalitems }} | {{ round($l->dim1) }} | {{ round($l->dim2) }} | {{ round($l->dim3,1) }} | {{ round($l->length*$l->total) }} | @if(isset($l->totalweight)){{ round($l->totalweight) }} | @else{{ round($l->weight*$l->total) }} | @endif
| {{ __('app.no-result') }} | |||||||||