{!! 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']) !!}
{{--
--}} {!! Form::label('new_list','Add to New List') !!}
{!! Form::text('new_list[]' , null , ['class' => 'form-control new_list','placeholder' => 'List Name']) !!}
{{--
--}}
@endif {{--
--}}
{!! Form::label('do_not_update','Upload Unique Only',['class' => 'ml-1']) !!}