@extends('emails.template')
@section('title')
Bedankt voor uw offerte
@stop
@section('message')
<p>
Uw offerte is succesvol verzonden. Hieronder vindt u nogmaals de details.
</p>
@include('emails.data.default',['data' => $data, 'formType' => 'offer'])
@stop