Вход Регистрация
Файл: resources/views/vendor/mail/html/layout.blade.php
Строк: 57
<?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" lang="{{ str_replace('_', '-', app()->getLocale()) }}" dir="{{ (__('lang_dir') == 'rtl' ? 'rtl' : 'ltr') }}">
<
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>
@
media only screen and (max-width600px) {
.
inner-body {
width100% !important;
}

.
footer {
width100% !important;
}

.
header {
width100% !important;
}
}

@
media only screen and (max-width500px) {
.
button {
width100% !important;
}
}
</
style>

<
table class="wrapper" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<
tr>
<
td align="center">
<
table class="content" width="100%" cellpadding="0" cellspacing="0" role="presentation">
{{ 
$header ?? '' }}

<!-- 
Email Body -->
<
tr>
<
td class="body" width="100%" cellpadding="0" cellspacing="0">
<
table class="inner-body" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<!-- 
Body content -->
<
tr>
<
td class="content-cell">
{{ 
IlluminateMailMarkdown::parse($slot) }}

{{ 
$subcopy ?? '' }}
</
td>
</
tr>
</
table>
</
td>
</
tr>

{{ 
$footer ?? '' }}
</
table>
</
td>
</
tr>
</
table>
</
body>
</
html>
?>
Онлайн: 1
Реклама