@extends('layouts.master') @section('content') @php $menuperm = Illuminate\Support\Facades\Session::get('menu_perm') ?? []; @endphp
ใบรับสินค้า
@if (in_array(13,$menuperm)) @endif

{{-- --}} @foreach ($HD as $key => $item) {{-- --}} @endforeach
ลำดับ เลขที่ FR เลขที่ OR วันที่เอกสาร ผู้รับสินค้ารวมทั้งสิ้นสถานะเอกสาร ผู้สร้าง วันที่แก้ไขล่าสุด แก้ไข PDF
{{$key += 1}} {{$item->XVFrhDocNo}} {{$item->XVFrhDocNoOR}} {{date_YmdTodmY($item->XDFrhDocDate)}} {{$item->name }}{{number_format($item->XFFrhNet,2)}}{{getDocStatusByCode($item->XVFrhDocStatus)}} {{$item->XVWhoCreate}} {{$item->XTWhenEdit}} {{-- @if($item->XVFrhDocStatus == "3") --}} {{-- @endif --}}
@endsection