HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/kemi.komma.pro/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