@extends('app.layouts.main') @section('header') @stop @section('content') @include('app.partials.breadcrumb') @include('app.partials.tabs') @include('app.partials.messages') {!! Element::mainbloc('open', __('app.view_consumption'), 'fas fa-table') !!}
{{ __('app.article') }} | {{ __('app.designation') }} | {{ __('app.nb_items') }} | {{ __('app.dim1') }} | {{ __('app.dim2') }} | {{ __('app.dim3') }} | {{ __('app.weight') }} | {{ __('app.length') }} | {{ __('app.nb_consumption') }} |
---|---|---|---|---|---|---|---|---|
{{ __('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') }} |