@extends('emails.template') @section('title') Nieuwe inschrijving @stop @section('message') <p> Er is een nieuwe inschrijving binnengekomen via de website. </p> @include('emails.signUp.data') @stop