@extends('layouts.core.app')
@section('title')
Privillage
@endsection
@section('pageIcon') fa fa-users-cog @endsection
@section('pageTitle') Privillage User @endsection
@section('subPageTitle') Setting Access Rights for the ISR QR Code Service Portal Application. @endsection
@section('content')
Master Data
@if($getCreate == $getKdModule)
@include('helpers.button.buttonCreate')
@endif
| Name |
Description |
Action |
@foreach($roles as $key => $value)
| {{$value->role_name}} |
{{$value->description}} |
id) ?>
DETAIL
@if($getEdit == $getKdModule)
EDIT
@endif
@if($getDelete == $getKdModule)
DELETE
@endif
|
@endforeach
@endsection
@section('modals')
@include('layouts.dev.info.privillageUser.create')
@endsection
@section('script')
@include('layouts.dev.info.privillageUser.request')
@endsection