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