@stack('css')
Cargando...
{{ config('app.name', 'UCG') }}
{{--
5
Notificaciones (5)
User name
Quisque pulvinar tellus sit amet sem scelerisque tincidunt.
hace 25 minutos
--}} @include('front.parts.navbar-top')
search
close
{{Auth()->user()->name}}
{{Auth()->user()->email}}
@include('front.parts.navbar')
@if(Session::get('msj-success'))
{{Session::get('msj-success')}}
×
@endif @if (Session::has('msj-error'))
{!! Session::get('msj-error') !!}
@endif @if(View::hasSection('top-button'))
@yield('top-button')
@else
Inicio
@yield('sub-title')
@endif
@yield('title')
@yield('sub-title')
@yield('content')
keyboard_arrow_up
@stack('js')