App src code

This commit is contained in:
2023-02-14 17:27:01 -03:00
parent ab6c7fa9dd
commit 5eec0d93b0
26 changed files with 525 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<head>
<meta charset="utf8" />
@hasSection('page_title')
<title>Logs - @yield('page_title')</title>
@else
<title>Logs</title>
@endif
@include('layout.head.styles')
</head>