File: D:/HostingSpaces/ASmits/kemi.nl/resources/views/site/emails/contact.blade.php
@extends('site.emails.master')
@section('title')
Nieuw contactverzoek 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 nieuw contactverzoek gedaan via je website:</p>
<br />
@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