update module.json

This commit is contained in:
KhatamNugraha
2023-08-10 18:05:30 +07:00
parent 700a6265fb
commit 790d37caae
2 changed files with 7 additions and 3 deletions

View File

@ -2,5 +2,6 @@
"Usermanager": true,
"Master": true,
"Logs": true,
"KonfirmasiBank": true
"Konfirmasibank": true,
"Appkonfirmasibank": true
}

View File

@ -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-->