@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.depots_liste'), 'fas fa-table') !!} {!! Form::open(['method' => 'get', 'route' => ['admin.depot.consommation', $depot->id], 'class' => 'form-horizontal', 'role' => 'form', 'id' => 'main_form', 'files' => false]) !!}
{{ __('app.date') }} | {{ __('app.movement') }} | {{ __('app.by') }} | {{ __('app.numero') }} | {{ __('app.nature') }} | {{ __('app.reference') }} | |
---|---|---|---|---|---|---|
{{ __('app.date') }} | {{ __('app.movement') }} | {{ __('app.by') }} | {{ __('app.numero') }} | {{ __('app.nature') }} | {{ __('app.reference') }} | |
{{ $c->consocreated }} | {{ $c->movement }} | @if($c->movement == 'IN')DIVALTO | @else{{ $c->login }} | @endif{{ $c->numero }} | {{ $c->nature }} | {{ $c->reference }} {{ $c->designation }} |