@extends('layouts.app') @section('title', "Edit User — {$user->name}") @section('content')

Edit User Account

Update user account permissions and settings.

← Back to Users
@if ($errors->any())
@endif
@csrf @method('PUT')
Cancel
@endsection