{!! Form::textarea('customer_notes', $user->lead->customer_notes ?? '', [
'class' => 'form-control',
'placeholder' => 'Enter any info you would like us to see against your account. For example instructions on how to find your property or special requests.',
'rows' => 4,
'name' => 'customer_notes'
]) !!}