Chuyển chi nhánh
{!! Form::open(array('url' => route('customers.update-multiple-status'), 'method' => 'post', 'id'=>'updateRelationCustomer')) !!}
{!! Form::label('branch_id', 'Chi nhánh', array('class' => ' required')) !!} {!! Form::select('branch_id', $status, null, array('class' => 'form-control select2 branch-customer', 'required' => 'required')) !!}
{{ Form::close() }}