Export leads for BDUK request

A CSV ready to submit to BDUK of all our customers that have committed and are ready for their voucher to be requested.

{!! Form::open([ 'url' => 'voucher/bduk_export_request', 'id' => 'bduk_export_request_form', 'enctype' => 'multipart/form-data']) !!} export cancelled vouchers
{!! Form::close() !!}
{!! Form::open([ 'url' => 'voucher/export_leads', 'id' => 'csv_form_export', 'enctype' => 'multipart/form-data']) !!}

export cancelled vouchers
{!! Form::close() !!}