Thay đổi người phụ trách
{!! Form::open(array('url' => route('customers.update-multiple-status'), 'method' => 'post', 'id'=>'updateStatusCustomer')) !!}
{!! Form::label('user_id', 'Trạng thái', array('class' => ' required')) !!}
{{ Form::close() }}