- Added Role and User DTOs for dynamic role handling. - Implemented table and badge components for displaying role data. - Registered a Blade directive for scoped slots in `ScopeServiceProvider`. - Updated dashboard views to include role management section.
4 lines
105 B
PHP
4 lines
105 B
PHP
<span
|
|
{{$attributes->twMerge(['class'=> 'px-4 py-1 rounded-full bg-gray-200'])}}
|
|
>{{ $slot }}</span>
|