@extends('layout.main') @section('filter')

Filter

{{--{{ Form::text('Name', '', array("class"=>"form-control")) }}--}} {{Form::select('Name',$products,'',array("class"=>"form-control select2 small"))}}
{{Form::select('ItemTypeID',$itemtypes,'',array("class"=>"form-control select2 small"))}}
{{ Form::text('InvoiceNumber', '', array("class"=>"form-control")) }}

@stop @section('content')

Stock History

@if( User::is_admin() || User::is('BillingAdmin')) Close @endif

Item Type Name Stock Quantity Invoice Number Reason Created At
@include('includes.errors') @include('includes.success')
@stop