update module.json
This commit is contained in:
@ -2,5 +2,6 @@
|
||||
"Usermanager": true,
|
||||
"Master": true,
|
||||
"Logs": true,
|
||||
"KonfirmasiBank": true
|
||||
"Konfirmasibank": true,
|
||||
"Appkonfirmasibank": true
|
||||
}
|
@ -11,7 +11,10 @@
|
||||
@if($route[0]=='document')<!--begin::Actions-->
|
||||
<div class="d-flex align-items-center gap-2 gap-lg-3">
|
||||
<!--begin::Primary button-->
|
||||
@if ($route[0] != 'konfirmasibank')
|
||||
<a href="{{ route($route[0].'.create') }}" class="btn btn-sm fw-bold btn-primary text-capitalize">Add {{ str_replace('-',' ',$route[0]) }}</a>
|
||||
@endif
|
||||
|
||||
<!--end::Primary button-->
|
||||
</div>
|
||||
<!--end::Actions-->
|
||||
|
Reference in New Issue
Block a user