{{--

Expiry Inventory{{ $stockInventoryAsOfDate }}

--}}
{!! Form::open(array('route' => array('sales.averageframedl'), 'class' => 'form-horizontal form-label-left', 'method' => 'POST','target'=>'_self')) !!}
{!! Form::select('company[]', $companies, null, array('id' => 'company', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT DIVISION')) !!}
{!! Form::text('from', $date_format_from, array('class' => 'form-control', 'id' => 'date_from')) !!}
{!! Form::text('to', $date_format_to, array('class' => 'form-control', 'id' => 'date_to')) !!}
{!! Form::close() !!}