@extends('adminlte::page') @section('title', 'EDITAR USUARIO') @section('content_header') @stop @section('content')
@csrf
{{-- NOMBRES --}}
{{-- USERNAME --}}
{{-- PUESTO --}}
{{-- SERVICIO --}}
{{-- CORREO --}}
@stop @section('css') @stop @section('js') @stop