@extends('adminlte::page') @section('title', 'Usuario') @section('content_header') @stop @section('content')
@csrf
{{-- NOMBRES --}}
{{-- APELLIDOS --}}
{{-- DOC --}}
{{-- CORREO --}}
@stop @section('css') @stop @section('js') @stop