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