@include('includes/notifications')
{!! Form::open(array('route' => array('product.store'), 'class' => 'form-horizontal form-label-left', 'method' => 'POST')) !!}
{!! Form::close() !!}
Product
{!! Form::select('branch[]', $branches, null, array('id' => 'branches', 'class' => 'form-control','multiple'=>'multiple' ,'data-placeholder' => 'SELECT BRANCH')) !!}