@extends('emails.template')
@section('title')
Bedankt voor uw inschrijving
@stop
@section('message')
<p>
Bedankt voor uw inschrijving. Hieronder vindt u een overzicht van de door u verzonden gegevens.
</p>
@include('emails.signUp.data')
@stop