@extends('layout.app') @section('content')
Phân bổ data khách hàng hàng loạt !!!
{!! Form::open(array('url' => route('settings.postPhanBo'), 'method' => 'post', 'files'=> true,'id'=>'fvalidate','class'=>'sent-sms')) !!}
{!! Form::label('branch_id', 'Chi nhánh', array('class' => ' required')) !!} {!! Form::select('branch_id',@$branchs, null, array('class' => 'form-control','placeholder'=>'Chọn chi nhánh','required'=>true)) !!}
{!! Form::label('status_id', 'Mối quan hệ', array('class' => ' required')) !!} {!! Form::select('status_id[]',@$status, null, array('class' => 'select2 form-control','data-placeholder'=>'Chọn trạng thái','multiple'=>true,'required'=>true)) !!}
{!! Form::label('telesales_id', 'Trạng thái', array('class' => ' required')) !!}
{!! Form::label('','Ngày bắt đầu') !!}
{!! Form::label('','Ngày kết thúc') !!}
{{ Form::close() }}
@endsection @section('_script') {{----}} @endsection