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, "Usermanager": true,
"Master": true, "Master": true,
"Logs": true, "Logs": true,
"KonfirmasiBank": true "Konfirmasibank": true,
} "Appkonfirmasibank": true
}

View File

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