Files
oficial/app/resources/views/layout/head.blade.php
Juan Pablo Vial 4760b08673 Common components
2025-11-12 10:16:19 -03:00

11 lines
282 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>