Role-Based Access Control
- Dashboard
- Role-Based Access Control
@stop
@section('page_content')
@if($route_name == 'tenant.lemarex.acl.users.index')
@livewire('tenant.lemarex.user-landing-page')
@endif
@if($route_name == 'tenant.lemarex.acl.roles.index')
@livewire('tenant.lemarex.role-landing-page')
@endif
@stop