Files
logview/app/resources/views/layout/head.blade.php
2023-02-14 17:27:01 -03:00

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>