Sistema de Admisión Nivel Pregrado
@if(Session::has('notification'))
{{Session::get('notification')}}
@endif
@if(Session::has('error'))
{{Session::get('error')}}
@endif
@yield('contenido')