25 lines
948 B
PHP
25 lines
948 B
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" />
|
|
<meta name="color-scheme" content="light only">
|
|
<meta name="supported-color-schemes" content="light only">
|
|
<link href='http://fonts.googleapis.com/css?family=Bree+Serif' rel='stylesheet' type='text/css'>
|
|
<link href="http://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900,400italic,300italic" rel="stylesheet" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
{{ $header ?? '' }}
|
|
|
|
<section class="content">
|
|
<div class="fixedw main-body">
|
|
{{ Illuminate\Mail\Markdown::parse($slot) }}
|
|
</div>
|
|
|
|
{{ $subcopy ?? '' }}
|
|
</section>
|
|
|
|
{{ $footer ?? '' }}
|
|
</body>
|
|
</html> |