@extends('layouts.admin') @section('title', 'Edit User ยท Aromaniacs ERP') @section('overline', 'Access Control') @section('heading', 'Edit User') @section('content')
@csrf @method('PUT') @include('admin.users._form')

Danger Zone

Deleting this user permanently removes ERP access for this account. This action cannot be undone.

@csrf @method('DELETE')
@endsection