11 lines
214 B
PHP
11 lines
214 B
PHP
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>
|
||
|
Emails
|
||
|
@hasSection('page_title')
|
||
|
-
|
||
|
@yield('page_title')
|
||
|
@endif
|
||
|
</title>
|
||
|
@include('layout.head.styles')
|
||
|
</head>
|