@php
use App\Models\Permission;
@endphp /
Dashboard
@if(Permission::where('role', Auth::user()->role)->where('grup_menu', 'Charts')->where('read', 1)->exists())
@endif
@if(Permission::where('role', Auth::user()->role)->where('grup_menu', 'master')->where('read', 1)->exists())
@endif
@if(Permission::where('role', Auth::user()->role)->where('grup_menu', 'reports')->where('read', 1)->exists())
@endif
@if(Permission::where('role', Auth::user()->role)->where('grup_menu', 'Purchase-Request')->where('read', 1)->exists())
@endif
@if(Permission::where('role', Auth::user()->role)->where('grup_menu', 'Purchase-Request')->where('read', 1)->exists())
@endif
@if(Permission::where('role', Auth::user()->role)->where('grup_menu', 'Purchase-Request')->where('read', 1)->exists())
@endif
@if(Permission::where('role', Auth::user()->role)->where('grup_menu', 'Authentication')->where('read', 1)->exists())
@endif