11 lines
280 B
PHP
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>
|