File: D:/HostingSpaces/ASmits/kemi.nl/resources/views/site/emails/offerte.blade.php
@extends('site.emails.master')
@section('title')
Nieuwe offerteaanvraag via je website
@endsection
@section('content')
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
{{-- Content --}}
<p>Beste Anton, Chris en Patrick,</p>
<p>Er is een nieuwe offerteaanvraag gedaan via je website:</p>
<br />
{{-- Request information --}}
@foreach($request as $key => $value)
<p><strong>@lang('site/form.' . $key.'.label')</strong><br/>
{!! $value !!}
</p>
@endforeach
<br />
<br />
{{-- Button --}}
{{--<table border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">--}}
{{--<tbody>--}}
{{--<tr>--}}
{{--<td align="left">--}}
{{--<table border="0" cellpadding="0" cellspacing="0">--}}
{{--<tbody>--}}
{{--<tr>--}}
{{--<td> <a href="https://kemi.nl/kms" target="_blank">Naar de website</a> </td>--}}
{{--</tr>--}}
{{--</tbody>--}}
{{--</table>--}}
{{--</td>--}}
{{--</tr>--}}
{{--</tbody>--}}
{{--</table>--}}
</td>
</tr>
</table>
@endsection