12 lines
182 B
PHP
12 lines
182 B
PHP
<head>
|
|
<meta charset="utf8" />
|
|
<title>
|
|
Crypto
|
|
@hasSection('page_title')
|
|
-
|
|
@yield('page_title')
|
|
@endif
|
|
</title>
|
|
@include('layout.head.styles')
|
|
</head>
|