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