HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/immoginis.komma.pro/app/views/emails/propertyPopUp.blade.php
<h1>@lang('mail.propertyPopUp')</h1>
<p style="margin-bottom: 20px">@lang('mail.propertyPopUpText')</p>

<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.name'): </strong><br/>{{$name}}</p>
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.surName'): </strong><br/>{{$sur_name}}</p>

@if((isset($email)) == ($email != ''))
<p><strong style="width: 200px; margin-right: 20px;">@lang('mail.email'): </strong><br/>{{$email}}</p>
@endif

@if((isset($phone)) == ($phone != ''))
    <p><strong style="width: 200px; margin-right: 20px;">@lang('mail.phone'): </strong><br/>{{$phone}}</p>
@endif

@if($city_notify == 'true' && isset($city_notify) && isset($city))
<p><strong style="width: 200px; margin-right: 20px; text-transform: capitalize;">@lang('mail.moreInfoCity'): </strong><br/>{{$city}}</p>
@endif

@if($plan_appointment == 'true')
    <p><strong style="width: 200px; margin-right: 20px; ">@lang('mail.planAppoint'): </strong><br/><em style="text-transform: capitalize; font-style: normal;">{{$plan_location}}</em></p>
@endif

@if($more_info_prop == 'true')
    <p><strong style="width: 200px; margin-right: 20px;">@lang('mail.moreInfoProp'): </strong><br/><em style="text-transform: capitalize; font-style: normal;">{{$more_info_prop2}}</em></p>
@endif

@if((isset($extra_message)) == ($extra_message != ''))
    <p><strong style="width: 200px; margin-right: 20px;">@lang('mail.message'): </strong><br/>{{$extra_message}}</p>
@endif