@php
$menuperm = Illuminate\Support\Facades\Session::get('menu_perm') ?? [];
@endphp
@if($DocStatus == "1")
{{ $slot }}
@endif
@if($DocStatus == "3")
{{ $slot }}
@endif
@if($DocStatus == "2")
@if (in_array(20,$menuperm))
{{ $slot }}
@endif
@endif
กลับ
@if($DocStatus == "1")
@endif