{!! Form::label('csv_file','Choose CSV') !!}
{!! Form::file('csv_file') !!}
@if($on_page == 'sub')
{!! Form::label('list','Add to Existing List') !!}
{!! Form::select('list[]' , $lists, null , ['id' => 'old_lists','class' => 'form-control chosen-select','multiple','data-placeholder' => 'Choose lists']) !!}
@endif
{{----}}
{!! Form::label('do_not_update','Upload Unique Only',['class' => 'ml-1']) !!}