@include('layouts.partials.head') {{-- Tag manager body --}}
@include('layouts.partials.nav')
@yield('olas')
@yield('content')
{{-- Layout para alertas --}}
@yield('alertas')
@include('layouts.partials.footer') @include('layouts.partials.footer-scripts')