Untitled

 avatar
unknown
plain_text
4 months ago
576 B
3
Indexable
graph TD
    A[Decide to Purchase a Firearm] --> B[Submit Background Check Application]
    B --> C{Pass Background Check?}
    C -->|No| D[Application Denied]
    C -->|Yes| E[Initiate Waiting Period]
    E --> F[Complete Firearm Safety Training]
    F --> G[Apply for Firearm License]
    G --> H{License Approved?}
    H -->|No| D
    H -->|Yes| I[Review Firearm Restrictions]
    I --> J{Allowed Firearm?}
    J -->|No| D
    J -->|Yes| K[Purchase Firearm]

    classDef step fill:#e0f7fa,stroke:#00796b,stroke-width:2px;
    class A,B,C,E,F,G,H,I,J,K step;
Editor is loading...
Leave a Comment