{!! Form::label('add_note', 'Optional note to apply to cancelled customers') !!}
{!! Form::textarea('add_note', null, [
'class' => 'form-control',
'rows' => 3,
'placeholder' => 'E.g. Customer requested service stop via bulk cancellation tool'
]) !!}
When provided, this note will be stored against every lead whose subscription is cancelled.