UI
This commit is contained in:
11
ui/resources/views/layout/head.blade.php
Normal file
11
ui/resources/views/layout/head.blade.php
Normal file
@ -0,0 +1,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>
|
||||
Emails
|
||||
@hasSection('page_title')
|
||||
-
|
||||
@yield('page_title')
|
||||
@endif
|
||||
</title>
|
||||
@include('layout.head.styles')
|
||||
</head>
|
Reference in New Issue
Block a user