@extends('adminlte::page') @section('title', 'Usuario') @section('content_header') @stop @section('content')
@csrf
{{-- NOMBRES --}}
{{-- APELLIDOS --}}
{{-- DOC --}}
{{-- CORREO --}}
{{-- ROL --}}
@stop @section('css') @stop @section('js') @if(session('user') == 'ok') @endif @if(session('user') == 'fail') @endif @if(session('user') == 'empty') @endif @stop