@extends('layout/templateenc') @section('title','Preguntas | sistema') @section('contenido')

Autenticar usuario

@csrf
atras
@endsection @section('scripts') @if(Session::has('success')) @endif @if(Session::has('save')) @endif @if(Session::has('NoExit')) @endif @endsection