{!! Form::open([ 'url' => 'voucher/bduk_export_redeem', 'id' => 'bduk_redeem_export', 'enctype' => 'multipart/form-data']) !!} {!! Form::hidden('lead_id', $lead->id) !!} {!! Form::close() !!} {!! Form::open([ 'url' => 'voucher/bduk_export_request', 'id' => 'bduk_csv_form_export', 'enctype' => 'multipart/form-data']) !!} {!! Form::hidden('lead_id', $lead->id) !!} {!! Form::close() !!} {!! Form::open([ 'url' => 'voucher/export_redeem', 'id' => 'csv_form_export', 'enctype' => 'multipart/form-data']) !!} {!! Form::hidden('lead_id', $lead->id) !!} {!! Form::close() !!} {!! Form::open([ 'url' => 'voucher/export_leads', 'id' => 'csv_form_export', 'enctype' => 'multipart/form-data']) !!} {!! Form::hidden('lead_id', $lead->id) !!} {!! Form::close() !!} @if(!$lead->isVoucher())
| Voucher state: | {!! Form::select('voucher_consent', config('enum.voucher_consent_states'), null) !!} |
| Voucher id: | {!! Form::text('dcms_voucher', null) !!} |
| Unavailable reason: | {!! Form::text('voucher_unavailable_reason', null) !!} |
Emailing customer reminding them to progress their voucher claim.
Template emails to remind customer to respond to governments email.