@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

All User Roles

@php $roleSetup = explode(',', $rights->user_roles); $add = $roleSetup[0]; $view = $roleSetup[1]; $edit = $roleSetup[2]; $updateStatus = $roleSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Role ID Role Remarks Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')