@include('includes/notifications')

Manual Inventory


{!! Form::open(array('route' => 'manualinventory.store','class' => 'form-horizontal form-label-left', 'id'=>'formField', 'files'=>true)) !!}
{!! Form::select('branch', $branches, null, array('class' => 'form-control', 'placeholder' => 'Pick a Branch...')) !!}
Back
{!! Form::close() !!}