@extends('layouts.app') @section('title', 'Edit User - ' . $user->name) @section('content')
Update user information and assign roles: {{ $user->name }}
This user is currently an agent with:
Changing the role from 'Agent' may affect order assignments and delivery operations.
{{ $user->email }}