@extends('layout/templateenc') @section('title','Preguntas | sistema') @section('contenido') Autenticar usuario @csrf Número de documento atras Aceptar @endsection @section('scripts') @if(Session::has('success')) @endif @if(Session::has('save')) @endif @if(Session::has('NoExit')) @endif @endsection