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

@foreach ($HD as $key => $item) @endif @endforeach
ลำดับ เลขที่ GR เลขที่เอกสาร เลขที่ใบสั่งซื้อ วันที่เอกสาร ผู้รับวัสดุ ผู้จัดจำหน่าย รวมทั้งสิ้น สถานะเอกสาร ผู้แก้ไขล่าสุด เวลาแก้ไขล่าสุด แก้ไข PDF PDF CHECK
{{$key += 1}} {{$item->XVGrhDocNo}} {{$item->XVGrhDocNoPO}} {{$item->XVGrhRefNo}} {{date_YmdTodmY($item->XDGrhDocDate)}} {{$item->name}} {{$item->XVSplName}} {{number_format($item->XFGrhNet,2)}} {{getDocStatusByCode($item->XVGrhDocStatus)}} {{$item->XVWhoEdit}} {{$item->XTWhenEdit}} @if ($bFilter ) @else @if($item->XVGrhDocStatus == "3") @endif @if($item->XVGrhDocStatus == "3") @endif
@endsection