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