@if(isset($PrivacyLead) && !empty($PrivacyLead))
@foreach($PrivacyLead as $row) @endforeach
{{ Config::get('Constant.SITE_NAME') }} {{ trans("template.privacyRemovalLeadModule.privacyRemovalLeads") }}
{{ trans('template.common.name') }} {{ trans('template.common.email') }} {{ trans('template.privacyRemovalLeadModule.reason') }} Record Locations Confirmation {{ trans('template.privacyRemovalLeadModule.receivedDateTime') }}
{{ !empty($row->varTitle)?$row->varTitle:'-' }} {{ \App\Helpers\MyLibrary::getDecryptedString($row->varEmail) }} {!! (!empty($row->txtReason)?\App\Helpers\MyLibrary::getDecryptedString($row->txtReason):'-') !!} {{ $linkedModule }} {{ ($row->chrIsEmailVerified == 'Y' ? 'Yes' : 'No') }} {{ date(''.Config::get('Constant.DEFAULT_DATE_FORMAT').' '.Config::get('Constant.DEFAULT_TIME_FORMAT').'',strtotime($row->created_at)) }}
@endif