@yield('tituloModulo')

@yield('contenido')
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if ($mensaje = Session::get('success')) @endif @if ($mensaje = Session::get('danger')) @endif @if ($mensaje = Session::get('info')) @endif @if ($mensaje = Session::get('warning')) @endif @if ($mensaje = Session::get('danger')) @endif -