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/topswtw.komma.pro/app/views/emails/layouts/master.blade.php
<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <title>@yield('title')</title>
    <meta name="viewport" content="width=device-width" />
</head>
<body style="margin: 0; padding: 0; width: 100% !important; min-width: 100%; font-size: 12px; font-family: Arial, sans-serif; color: #42464d;">
    @yield('body')
</body>
</html>