H Captcha Keys Dashboard - Copy this Html, Bootstrap Component to your project
Displays a list of HCaptchaApiKey objects using Bootstrap for styling. The view should include the following details for each entity: HCaptchaApiKeyId: Display as a unique identifier. AzureApiKeyId: Display the related Azure API key ID, if available. IsActive: Show as a badge styled using Bootstrap (e.g., "Active" in green, "Inactive" in red). Provide a button or link for each row to: Edit the corresponding entity. Delete the entity with a confirmation prompt. Include a "Create New" button at the top of the list for adding a new HCaptchaApiKey. Use an Entity Framework DbContext to query the list of HCaptchaApiKey and include related AzureApiKey entities where applicable. Ensure the layout is responsive and mobile friendly. Add pagination at the bottom of the table for large datasets.
