@extends('admin.layouts.app') @section('title', 'Delete Admin - ' . $admin->name) @section('content')
← Back to Admin

Delete Admin Account

This action cannot be undone

⚠️ Warning

You are about to permanently delete the admin account:

{{ $admin->name }} ({{ $admin->email }})

All activity logs associated with this account will be preserved for audit purposes, but the account will be removed from the system.

@csrf @method('DELETE')

Type the email address to confirm deletion

Must match: {{ $admin->email }}

@error('confirm_email')

{{ $message }}

@enderror

Provide a reason for the audit trail

@error('reason')

{{ $message }}

@enderror
Cancel

What happens when you delete this account?

  • The admin account will be permanently removed from the system
  • All activity logs will be preserved for audit and compliance purposes
  • The account cannot be recovered after deletion
  • Deletion reason will be logged for administrative review
  • The email address will become available for use again
@endsection