File: D:/HostingSpaces/SBogers10/sportivo.komma.pro/app/views/emails/mails/subscribeForm.blade.php
@extends('emails.mailBase')
@section('header')
<img alt="sportivo_logo" src="http://sportivo.komma.pro/images/mail/mail_header.png" width="80%"/>
<h2 style="text-align:center;font-weight:normal; text-transform: uppercase; font-family:Helvetica,Arial,sans-serif;color:#FFFFFF;font-size:23px;margin-top:10px;margin-bottom:10px;line-height:135%;">Lidmaatschapsformulier</h2>
<div style="text-align:center;font-family:Helvetica,Arial,sans-serif;font-size:15px;margin-bottom:0;color:#FFFFFF;line-height:135%;">De volgende aanmelding is binnengekomen via de website.</div>
@endsection
@section('section1')
<h3 style="color:#FFFFFF;line-height:125%;font-family:Helvetica,Arial,sans-serif;font-size:20px;font-weight:normal;margin-top:0;margin-bottom:3px;text-align:left;">Algemene informatie</h3>
<div mc:edit="body" style="text-align:left;font-family:Helvetica,Arial,sans-serif;font-size:15px;margin-bottom:0;color:#808184;line-height:135%;">
<p>Naam: {{$first_name.' '.$sur_name}}</p>
<p>Geslacht: {{$sex}}</p>
<p>Geboortedatum: {{$birthdate}}</p>
<p>Adres: {{$adres." ".$streetnumber}}</p>
<p>Postcode: {{$zip}}</p>
<p>Woonplaats: {{$city." ".$country}}</p>
<p>Telefoon: {{$phone}}</p>
<p>Email: <span style="color: #FF504B;">{{$email}}</span></p>
</div>
@endsection
@section('section2')
<div mc:edit="body" style="text-align:left;font-family:Helvetica,Arial,sans-serif;font-size:15px;margin-bottom:0;color:#808184;line-height:135%;">
<p>Soort fitness: @foreach($fitness as $value){{$value}} @endforeach</p>
@if(isset($age)&&$age!='Geen') <p>Korting: {{$age}} </p>@endif
<p>Lidmaatschap: {{$amount}}</p>
<p>Nieuwsbrief ontvangen: @if(isset($newsletter))Ja @else Nee @endif</p>
<p>Al lid geweest: @if(isset($alreadySportivo))Ja @else Nee @endif</p>
</div>
@endsection