@extends('adminlte::page') @section('title', 'Usuarios') @section('content_header')

Usuarios

@stop @section('content')
@csrf @method('PUT')

Cambiar ContraseƱa "{!! $user->name !!}"

{{ $errors->has('name') ? ''.$errors->first('password').'' : '' }}
@stop