@extends('admin.layouts.app') @section('title', 'Change password') @section('section')

Edit User

Change password

@csrf
@error('password') {{ $message }} @enderror
@endsection