@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') !!}
{{ __('app.print') }} {{ __('app.download') }}
{!! 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') }}