@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_reports'), 'fas fa-table') !!}
@if(Session::get('depot.type') != 3)
{{ __('app.inventory') }}
@endif
{{ __('app.inventory') }}
{{ __('app.inventoryArticle') }}

{{ __('app.print') }} {{ __('app.download') }}

@if(Session::get('depot.type') != 3)
{{ __('app.inventory') }}
@endif

{{ __('app.consumptions') }}

{!! Twb::admin_text('date1',__('app.date1'),substr($date1,0,10),['class' => 'datepicker'], $errors->first('date1')) !!} {!! Twb::admin_text('date2',__('app.date2'),substr($date2,0,10),['class' => 'datepicker'], $errors->first('date2')) !!}

{!! Form::button(__('app.submit'), ['type' => 'submit','','class' => 'btn btn-xs btn-success','id' => 'createButton' ]) !!} {{ __('app.nofilter') }}

@if($error == 0) @if(Session::get('depot.type') != 3)
{{ __('app.consumptions') }}
{{ __('app.consumption_lot') }}

{{ __('app.print') }} {{ __('app.download') }}

@endif
{{ __('app.consumptions') }}
{{ __('app.consumption_VMI') }}

{{ __('app.print') }} {{ __('app.download') }}

@else @if(Session::get('depot.type') != 3)
{{ __('app.consumptions') }}
{{ __('app.consumption_lot') }}

{{ __('app.print') }} {{ __('app.download') }}

@endif
{{ __('app.consumptions') }}
{{ __('app.consumption_VMI') }}

{{ __('app.print') }} {{ __('app.download') }}

@endif

{{ __('app.min_max') }}
{!! Element::mainbloc('close') !!} @stop @section('footer') @stop