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

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