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/farmfun/reserveren.farmfun.be/resources/views/emails/master.blade.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<style>
    /* Base */

    body, body *:not(html):not(style):not(br):not(tr):not(code) {
        font-family: "Open Sans", Arial, sans-serif;
        box-sizing: border-box;
    }

    body {
        background-color: #F0F1F2;
        color: #37474F;
        height: 100%;
        hyphens: auto;
        line-height: 1.4;
        margin: 0;
        -moz-hyphens: auto;
        width: 100% !important;
        -webkit-hyphens: auto;
        -webkit-text-size-adjust: none;
        -ms-word-break: break-word;
        word-break: break-word;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        font-feature-settings: "lnum";
    }

    p,
    ul,
    ol,
    blockquote {
        line-height: 1.4;
        text-align: left;
    }

    a {
        color: #3869D4;
    }

    a img {
        border: none;
    }

    /* Typography */

    h1 {
        color: #2F3133;
        font-size: 19px;
        font-weight: bold;
        margin-top: 0;
        text-align: left;
    }

    h2 {
        color: #2F3133;
        font-size: 16px;
        font-weight: bold;
        margin-top: 0;
        text-align: left;
    }

    h3 {
        color: #2F3133;
        font-size: 14px;
        font-weight: bold;
        margin-top: 0;
        text-align: left;
    }

    p {
        color: #74787E;
        font-size: 16px;
        line-height: 1.5em;
        margin-top: 0;
        text-align: left;
    }


    img {
        max-width: 100%;
    }

    /* Elements */

    .e-mail__wrapper {
        background-color: #f5f8fa;
        margin: 0;
        padding: 60px;
        width: 100%;
        -premailer-cellpadding: 60px;
        -premailer-cellspacing: 0;
        -premailer-width: 100%;
    }

    .e-mail__content {
        margin: 0;
        padding: 0;
        width: 600px;
        -premailer-cellpadding: 0;
        -premailer-cellspacing: 0;
        -premailer-width: 600px;
    }

    .e-body {
        background-color: #FFFFFF;
        margin: 0;
        padding: 30px;
        width: 100%;
        -premailer-cellpadding: 30px;
        -premailer-cellspacing: 0;
        -premailer-width: 100%;
    }

    .e-body-inner {
        background-color: #FFFFFF;
        margin: 0 auto;
        padding: 0;
        width: 540px;
        -premailer-cellpadding: 0;
        -premailer-cellspacing: 0;
        -premailer-width: 540px;
    }


    /* Components */

    .c-header-logo {
        padding-bottom: 40px;
        text-align: center;
    }

    .c-header-bar {
        background-color: #37474f;
        font-size: 20px;
        font-weight: bold;
        color: white;
        width: 100%;
        border-collapse: collapse;
    }

    .c-header-title {
        text-align: right;
        padding-right: 30px;
    }

    .c-prefooter {
        width: 100%;
        margin: 0 auto;
        padding-left: 30px;
        font-size: 16px;
        line-height: 24px;
        background-color: #3d5966;
        color: white;
    }

    .c-prefooter__decoration {
        padding: 30px 0 0;
        width: 334px;
        vertical-align: bottom;
    }

    .c-contact {
        padding: 20px 0;
    }

    .c-contact__icon {
        vertical-align: middle;
        padding-right: 16px;
    }

    .c-footer {
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
        background-color: #37474f;
        color: white;
        border-collapse: collapse;
    }

    .c-footer__company {
        background-color: #2D373C;
        text-align: left;
        padding-left: 30px;
    }

    .c-footer__seperator {
        padding: 0;
        text-align: left;
    }

    .c-footer__social {
        background-color: #37474f;
        text-align: right;
        padding-right: 30px;
    }

    .c-footer__icon {
        display: inline-block;
        vertical-align: middle;
    }

    .c-button {
        border-radius: 3px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
        display: inline-block;
        -webkit-text-size-adjust: none;
        background-color: #213048;
        border-top: 10px solid #213048;
        border-right: 18px solid #213048;
        border-bottom: 10px solid #213048;
        border-left: 18px solid #213048;
    }

    .c-button__link {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }


    @media only screen and (max-width: 600px) {
        .e-body-inner {
            width: 100% !important;
        }
    }

    @media only screen and (max-width: 500px) {
        .c-button {
            width: 100% !important;
        }
    }

    @yield('style')

</style>

<table class="e-mail__wrapper" width="100%" cellpadding="0" cellspacing="0">
    <tr>
        <td align="center">
            <table class="e-mail__content" width="100%" cellpadding="0" cellspacing="0">
                @yield('layout')
            </table>
        </td>
    </tr>
</table>
</body>
</html>