@extends('layouts.admin') @section('title', 'Edit User') @section('content')
Edit User - {{ $user->name }}
Update Password
@csrf @method('PUT')
Cancel
@endsection