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