Item Ranking Report

{!! Form::open(array('route' => array('itemrank.store'), 'class' => 'form-horizontal form-label-left', 'method' => 'POST')) !!}
{!! Form::select('company[]', $companies, null, array('id' => 'company', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT DIVISION')) !!}
{!! Form::select('category[]', $categories, $category_value, array('id' => 'user', 'class' => 'form-control' ,'multiple' => 'multiple' ,'data-placeholder' => 'SELECT CATEGORY')) !!}
{!! Form::text('date_from',$date_from,array('class' => 'form-control', 'id' => 'date_from')) !!}
{!! Form::text('date_to',$date_to,array('class' => 'form-control', 'id' => 'date_to')) !!}
{{ Form::text('search_key', null, array('class' => 'search_key', 'id' => 'search', 'class' => 'form-control', 'minlength'=>'3', 'placeholder'=>'Type Keyword...', 'onkeydown'=>'return event.key != "Enter"')) }}
{!! Form::close() !!}
@if(count($items) > 0) @foreach($items as $item) @endforeach @endif
Barcode Item Code Category Description Qty Total Amount
{{ $item->barcode }} {{ $item->itemcode }} {{ $item->category }} {{ $item->description }} {{ $item->qty}} {{ number_format($item->net_amount,2) }}