Generate vouchers

This feature can take a long time to complete, about 1 second per address. If it times out just try again and the program will continue from the last address.
{!! Form::open([ 'url' => 'voucher/generate', 'id' => 'csv_form', 'enctype' => 'multipart/form-data']) !!}
Area select area to generate vouchers for. {!! Form::select('area_id', $areas, null, ['id' => 'area-select']) !!}
{!! Form::close() !!}