Tải Data khách hàng

{!! Form::open(array('url' => route('customer.export'), 'method' => 'post', 'files'=> true,'id'=>'fvalidate','enctype'=>'multipart/form-data','autocomplete'=>'off')) !!}
@if(empty($checkRole))
Chi nhánh
Giới tính
{!! Form::select('gender',[0=>'Nữ',1=>'Nam'], null, array('class' => 'form-control select2','placeholder'=>'Tất cả giới tính')) !!}
@else @endif
Chọn trạng thái KH
{!! Form::select('status',$status, null, array('class' => 'form-control select2','placeholder'=>'Tất cả')) !!}
Nhóm khách hàng
Từ ngày - tới ngày
{{ Form::close() }}