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/SBogers107/jeugdsportdagen.nl/app/views/emails/hostForm.blade.php
<h1>@lang('mail.subscribe.subject')</h1>
<p style="margin-bottom: 20px">@lang('mail.subscribe.emailText')</p>

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

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

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


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


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


@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(isset($sleepPlaces) && $sleepPlaces != '')
    <p><strong style="width: 200px; margin-right: 20px;">@lang('mail.sleepPlaces'): </strong><br/>{{$sleepPlaces}}</p>
@endif
@if(isset($countryPreference) && $countryPreference != '')
    <p><strong style="width: 200px; margin-right: 20px;">@lang('mail.countryPreference'): </strong><br/>{{$countryPreference}}</p>
@endif
@if(isset($genderPreference) && $genderPreference != '')
    <p><strong style="width: 200px; margin-right: 20px;">@lang('mail.genderPreference'): </strong><br/>{{$genderPreference}}</p>
@endif

@if(isset($sport) && $sport != '')
    <p><strong style="width: 200px; margin-right: 20px;">Voorkeur voor sporters: </strong><br/>
        @foreach ($sport as $item)
            {{ $item }},
        @endforeach
    </p>
@endif

@if(isset($sport_type) && $sport_type != '')
    <p><strong style="width: 200px; margin-right: 20px;">Ik bied plaats aan: </strong><br/>
        @foreach ($sport_type as $item)
            {{ $item }},
        @endforeach
    </p>
@endif

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