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 63ef9746f4 - Show all commits

View File

@ -14,7 +14,7 @@
@if(isset($route[0]) && $route[0]!=='cardboard-detail')
@if(isset($route[1]) && $route[1] == 'index')
@if($route[0]=='document' || $route[0]=='cardboard')
@if(!Auth::user()->hasRole(['ad','dd']))
@if(!Auth::user()->hasRole(['ad','dd','eo']))
<!--begin::Actions-->
<div class="d-flex align-items-center gap-2 gap-lg-3">
<!--begin::Primary button-->