11 lines
209 B
PHP
11 lines
209 B
PHP
<head>
|
|
<meta charset="utf8" />
|
|
@hasSection('page_title')
|
|
<title>Logs - @yield('page_title')</title>
|
|
@else
|
|
<title>Logs</title>
|
|
@endif
|
|
|
|
@include('layout.head.styles')
|
|
</head>
|