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

Edit User: {{ $user->name }}

Update user credentials, assigned role, and status.

Back to Users
@csrf @method('PUT')

Account Information

Role & Branch Assignments

Cancel
@endsection