2023-07-24 20:55:26 -04:00
|
|
|
<head>
|
|
|
|
<meta charset="utf8" />
|
|
|
|
@hasSection('page_title')
|
2025-07-22 13:18:00 +00:00
|
|
|
<title>Incoviba - @yield('page_title')</title>
|
2023-07-24 20:55:26 -04:00
|
|
|
@else
|
2025-07-22 13:18:00 +00:00
|
|
|
<title>Incoviba</title>
|
2023-07-24 20:55:26 -04:00
|
|
|
@endif
|
|
|
|
<link rel="icon" href="{{$urls->images}}/Isotipo 16.png" />
|
|
|
|
@include('layout.head.styles')
|
|
|
|
</head>
|