@stack('css')
Cargando...
@if(Session::get('msj-success')) @endif @if (Session::has('msj-error'))
  • {!! Session::get('msj-error') !!}
@endif @if(View::hasSection('top-button')) @else @endif

@yield('title')

@yield('sub-title')

@yield('content')
keyboard_arrow_up
@stack('js')