For privacy reasons, you may have the right to ask for certain personal information relating to you to be removed, deleted or erased from our database.
{!! Form::text('first_name', old('first_name') , array('class' => 'form-control dpl_input', 'placeholder'=>'Enter Your First Name')) !!}
@if ($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
{!! Form::text('last_name', old('last_name') , array('class' => 'form-control dpl_input', 'placeholder'=>'Enter Your Last Name')) !!}
@if ($errors->has('last_name'))
{{ $errors->first('last_name') }}
@endif
{!! Form::email('email', old('email') , array('class' => 'form-control dpl_input', 'placeholder'=>'Enter Your Email Address')) !!}
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Note: Please enter the same email address which you have used to communicate with us in past.
Your personal information saved (with your consent) will be erased permanently from our database. The process may take at least 2 weeks. This may limit or prevent us from providing the products or services you have asked. It may also make it more difficult for us to advise you or suggest appropriate alternatives.