@php $menuperm = Illuminate\Support\Facades\Session::get('menu_perm') ?? []; @endphp @extends('layouts.master') @section('content')

{{-- --}} @foreach ($HD as $key => $item) {{-- --}} @endforeach
ลำดับ เลขที่ RM เลขที่ GI วันที่เอกสาร ผู้เบิกรวมทั้งสิ้นสถานะเอกสาร แก้ไข PDF
{{$key += 1}} {{$item->XVRmhDocNo}} {{$item->XVRmhDocNoGI}} {{date_YmdTodmY($item->XDRmhDocDate)}} {{$item->name }}{{number_format($item->XFRmhNet,2)}}{{getDocStatusByCode($item->XVRmhDocStatus)}} {{-- @if($item->XVRmhDocStatus == "3") --}} {{-- @endif --}}
@endsection