@extends('layouts.public-gdpr') @section('content')
@if($gdprSetting->consent_leads) @lang('app.view') @lang('modules.gdpr.consent') @endif @if($gdprSetting->lead_removal_public_form) @endif
@lang('modules.lead.updateTitle')
{!! Form::open(['id'=>'updateLead','class'=>'ajax-form','method'=>'POST']) !!}

@lang('modules.lead.companyDetails')


@lang('modules.lead.leadDetails')


@lang('modules.lead.emailNote')
{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush