@extends('layouts.app') @section('content')

Edit User #{{ $user->id }}

Update account type, clinic assignment, or password.

Back
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf @method('PUT')
This value is used for mobile and web sign-in.
Required for content creators and readers because guide access is clinic-scoped.
Leave blank to keep the current password.
@endsection