{{ __('app.export-consommations') }}
{{ Date::datefr($date1) }} - {{ Date::datefr($date2) }}
 
@forelse($consommations AS $c) @empty @endforelse
{{ __('app.noLot') }} {{ __('app.article') }} {{ __('app.designation') }} {{ __('app.nb_items') }} {{ __('app.dim1') }} {{ __('app.dim2') }} {{ __('app.dim3') }} {{ __('app.weight') }} {{ __('app.length') }} {{ __('app.date_consumption') }} {{ __('app.nature2') }}
"{{ $c->numero }}" {{ $c->reference }} {{ $c->designation }} {{ $c->nb_items }} {{ round($c->dim1) }} {{ round($c->dim2) }} {{ round($c->dim3,1) }} {{ round($c->weight) }} {{ round($c->length) }} {{ Date::datefr($c->consocreated,'timeform') }} {{ Helper::stockstatus($c->nature) }}
{{ __('app.no-result') }}