{{ __('app.export-consommations') }}
{{ Date::datefr($date1) }} - {{ Date::datefr($date2) }}
 
@forelse($consommations AS $c) @empty @endforelse
{{ __('app.article') }} {{ __('app.designation') }} {{ __('app.nb_items') }} {{ __('app.dim1') }} {{ __('app.dim2') }} {{ __('app.dim3') }} {{ __('app.weight') }} {{ __('app.length') }} {{ __('app.nb_consumption') }}
{{ $c->reference }} {{ $c->designation }} {{ $c->totalitems }} {{ round($c->dim1) }} {{ round($c->dim2) }} {{ round($c->dim3,1) }} {{ round($c->totalweight) }} {{ round($c->totallength) }} {{ $c->total }}
{{ __('app.no-result') }}