Files
crypto/frontend/resources/views/layout/head.blade.php
2021-06-28 23:15:13 -04:00

12 lines
182 B
PHP

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