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/farmfun.komma.pro/resources/views/emails/customer/information.blade.php
@extends('emails.master')

@section('style')
    .c-table {
    border-spacing: 0;
    }

    .c-table td,
    .c-table th {
    font-size: 14px;
    }


    .c-table tbody tr .c-table-item {
        padding: 10px 0;
        border-top: 1px solid #ebedf1;
    }

    .c-table tbody tr:first-child .c-table-item {
    border-top: none;
    }

    .c-table--summary td,
    .c-table-item {
    padding: 5px 0;
    }

    .c-table-item--note {
        margin-top: 5px;
    }

    .c-table-heading-item {
    padding-bottom: 5px;
    border-bottom: 1px solid #74787E;
    }

    .c-table th,
    .c-table strong{
    color: #2F3133;
    }

    .c-table-row--btw th,
    .c-table-row--btw td{
    color: #9ea0a2;
    }

    .c-table--summary tr.c-table-row--divider td{
    padding: 10px 0 5px;
    border-top: 1px solid #74787E;
    }

    .c-table--summary td {
    text-align: right;
    }

    .c-table-item__sub, .c-table-item__sub strong {
        color: #9ea0a2;
    }

    .c-deposit {
    margin-left: 10px;
    font-size: 20px;
    }

    .c-deposit small {
    margin-right: 5px;
    }

@endsection

@section('title')
    @lang('site/email.client_information.subject') | {{ config('site.company.name') }}
@endsection

@section('content')

    <p>Hey psssstt, {{ $reservation->first_name }}, wij bij FarmFun waren je nog 2 kleine dingetjes vergeten te vragen over je boeking. Zou je ze nog even willen aanvullen? Dat kan in slechts 4 klikjes.</p>

    <p>&nbsp;</p>
    <p>
        DanKOEwel!!<br/>
        <br/>
        Team FarmFun
    </p>

    <p>&nbsp;</p>
    <p><a target="_blank" href="{{ $reservationInformationUrl }}">Klik hier</a></p>

    <p>&nbsp;</p>
    <p>Reply deze mail niet, want in die stal kunnen onze koeien niet lezen ;)</p>
@endsection


@section('layout')

    @include('emails.components.headerBar', ['headerBarTitle' => 'Oooh… vergeten!'])

    @include('emails.components.body')
    @include('emails.components.prefooter')
    @include('emails.components.footer', ['companyName' => '© ' . config('site.company.name') .' '. \Carbon\Carbon::now()->year])

@endsection