Chuyển chi nhánh
{!! Form::open(array('url' => route('customers.update-multiple-branch'), 'method' => 'post', 'id'=>'updateStatusCustomer')) !!}
{!! Form::label('branch_id', 'Chi nhánh', array('class' => ' required')) !!} {!! Form::select('branch_id',@$branchs, null, array( 'id'=>'changeBranch','class' => 'form-control select2','placeholder'=>'Chọn chi nhánh','required'=>true)) !!}
{{ Form::close() }}