remove menu toolbar
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
<!--begin::Actions-->
|
<!--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" data-bs-toggle="modal" data-bs-target="#kt_modal_{{ $route[0] }}">Add {{ str_replace('-',' ',$route[0]) }}</a>
|
{{-- <a href="{{ route($route[0].'.create') }}" class="btn btn-sm fw-bold btn-primary text-capitalize" data-bs-toggle="modal" data-bs-target="#kt_modal_{{ $route[0] }}">Add {{ str_replace('-',' ',$route[0]) }}</a> --}}
|
||||||
<!--end::Primary button-->
|
<!--end::Primary button-->
|
||||||
</div>
|
</div>
|
||||||
<!--end::Actions-->
|
<!--end::Actions-->
|
||||||
|
Reference in New Issue
Block a user