3 Commits

Author SHA1 Message Date
=
3d086b2821 revert: add Blade directive for rendering user initials
- Introduced `DirectiveServiceProvider` to register custom Blade directives.
- Added `@initials` directive to generate and display uppercase initials from a given string.
- Registered the service provider in `bootstrap/providers.php`.
2026-05-16 09:50:00 +00:00
=
7d6f6010f4 refactor: remove DirectiveServiceProvider and its directives from application bootstrap 2026-05-14 14:03:02 +00:00
=
c8e950bb79 feature: add user assignments component
- add title, placeholder and subtitle in avatar component
- add role collection in users dto
- make show empty text on table by default
2026-05-11 09:44:59 +00:00