Files
oficial/app/resources/views/layout/head.blade.php
2025-03-11 17:41:11 -03:00

11 lines
280 B
PHP

<head>
<meta charset="utf8" />
@hasSection('page_title')
<title>Incoviba - @yield('page_title')</title>
@else
<title>Incoviba</title>
@endif
<link rel="icon" href="{{$urls->images}}/Isotipo 16.png" />
@include('layout.head.styles')
</head>