@if(isset($ContactLead) && !empty($ContactLead))
@foreach($ContactLead as $row) @endforeach
{{ Config::get('Constant.SITE_NAME') }} {{ trans("contactuslead::template.contactleadModule.contactUsLeads") }}
{{ trans('contactuslead::template.common.name') }} {{ trans('contactuslead::template.common.email') }} {{ trans('contactuslead::template.contactleadModule.phone') }} {{ trans('contactuslead::template.contactleadModule.connectingAbout') }} {{ trans('contactuslead::template.contactleadModule.message') }} {{ trans('template.common.ipAddress') }} {{ trans('contactuslead::template.contactleadModule.receivedDateTime') }}
{{ $row->varTitle }} {{ \App\Helpers\MyLibrary::getDecryptedString($row->varEmail) }} {{ (!empty($row->varPhoneNo)?\App\Helpers\MyLibrary::getDecryptedString($row->varPhoneNo):'-') }} {{ (!empty($row->varContactingAbout) ? $row->varContactingAbout :'-') }} {{ (!empty($row->txtUserMessage)?\App\Helpers\MyLibrary::getDecryptedString(strip_tags($row->txtUserMessage)):'-') }} {{ (!empty($row->varIpAddress) ? $row->varIpAddress :'-') }} {{ date(''.Config::get('Constant.DEFAULT_DATE_FORMAT').' '.Config::get('Constant.DEFAULT_TIME_FORMAT').'',strtotime($row->created_at)) }}
@endif