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