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

Edit User

Update the user's details and role.

@csrf @method('PUT')
@endsection