- Added `UserAppAccessService` for retrieving active services by user with detailed role and permission validation. - Created `ServiceAppDto` to standardize service data for UI rendering. - Enhanced user dashboard layout and Livewire component with computed services, role-based restricted access, and expiring service warnings. - Updated dashboard blade views for improved user experience and dynamic active services display.
This folder includes DTO that are shared to UI. This DTO should not contains any sensitive data, like model Id if the UI doesn't need it.