@extends('layouts.admin') @section('title', 'Edit User') @section('content')

Edit User

@csrf @method('PUT')
Leave blank to keep current password
@endsection