{{ __('app.export-minmax') }}
 
@forelse($lots AS $l) @empty @endforelse
{{ __('app.article') }} {{ __('app.designation') }} {{ __('app.length') }} {{ __('app.dim1') }} {{ __('app.dim2') }} {{ __('app.dim3') }} {{ __('app.quantity_stock') }} {{ __('app.min') }} {{ __('app.max') }}
{{ $l->reference }} {{ $l->designation }} {{ round($l->length) }} {{ round($l->dim1) }} {{ round($l->dim2) }} {{ round($l->dim3,1) }} {{ $l->total }} {{ $l->min }} {{ $l->max }}
{{ __('app.no-result') }}