@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.noLot') }} | {{ __('app.article') }} | {{ __('app.designation') }} | {{ __('app.nb_items') }} | {{ __('app.dim1') }} | {{ __('app.dim2') }} | {{ __('app.dim3') }} | {{ __('app.weight') }} | {{ __('app.length') }} | {{ __('app.date_consumption') }} | {{ __('app.nature2') }} |
---|---|---|---|---|---|---|---|---|---|---|
{{ __('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) }} | {{ $c->consocreated }}{{ Date::datefr($c->consocreated,'timeform') }} | {{ Helper::stockstatus($c->nature) }} |
{{ __('app.no-result') }} |