# NGBVD Access Error Fix

This patch fixes the permission-denial error where the middleware redirects to `/error/access` but the Blade view `errors.access` was missing.

Changes:
- Adds `resources/views/errors/access.blade.php`.
- Updates `EnforceNgbvdRoutePermissions::deny()` to render the access-denied page directly with HTTP 403.
- Keeps the accepted UI/UX baseline and does not change navigation or permissions logic.
