@php $menuperm = Illuminate\Support\Facades\Session::get('menu_perm') ?? []; @endphp @extends('layouts.master') @section('content')
ใบเบิกวัสดุ
@if (in_array(10, $menuperm)) @endif

{{-- --}} @foreach ($HD as $key => $item) {{-- --}} @endif @endforeach
ลำดับ เลขที่ GI เลขที่ Order วันที่เอกสาร ผู้เบิกรวมทั้งสิ้นสถานะเอกสาร ผู้สร้าง เวลาแก้ไขล่าสุด แก้ไข PDF
{{ $key += 1 }} {{ $item->XVGihDocNo }} {{ $item->XVGihDocNoOR }} {{ date_YmdTodmY($item->XDGihDocDate) }} {{ $item->name }}{{number_format($item->XFGihNet,2)}}{{ getDocStatusByCode($item->XVGihDocStatus) }} {{ $item->XVWhoCreate }} {{ $item->XTWhenEdit }} @if ($bFilter ) @else {{-- @if ($item->XVGihDocStatus == '3') --}} {{-- @endif --}}
@endsection