Update Metronic Version to 8.2.1 #1

Merged
putrakuningan merged 77 commits from dev into master 2024-05-04 09:46:45 +00:00
Showing only changes of commit e3f6b2bd9c - Show all commits

View File

@ -23,7 +23,7 @@
</div>
<!--end::Actions-->
@endif
@elseif($route[0]!=='settings' && $route[0]!=='approval')
@elseif($route[0]!=='settings' && $route[0]!=='approval' && $route[0]!=='report')
@if(!Auth::user()->hasRole(['ad','dd']))
<!--begin::Actions-->
<div class="d-flex align-items-center gap-2 gap-lg-3">
@ -68,7 +68,6 @@
<!--end::Primary button-->
@endif
<!--begin::Primary button-->
<a href="{{ route($route[0].'.index') }}?id={{ $id }}" class="btn btn-sm fw-bold btn-primary text-capitalize">Add/Edit Odner</a>
<a href="{{ route('cardboard.index') }}" class="btn btn-sm fw-bold btn-warning text-capitalize">Back</a>
<!--end::Primary button-->
@else