@section('title', 'Editar Usuarios') @extends('layouts.panel') @section('header')

Ver Usuario

{{--
Registrar
--}}
@endsection @section('content')
{{--

Basic Form

--}}
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
Volver a Lista de Usuarios
@endsection @section('scripts') @endsection @section('scripts') @endsection