@extends('emails.template') @section('title') Contactverzoek @stop @section('message') <p> Er is een nieuw contact binnen gekomen: </p> @include('emails.data.default',['data' => $data, 'formType' => 'contact']) @stop