@extends('layouts.master') @php $menuperm = Illuminate\Support\Facades\Session::get('menu_perm') ?? []; $roleperm = Illuminate\Support\Facades\Session::get('role_perm') ?? []; @endphp @section('content')
ใบสั่งผลิตสินค้า
@if (in_array(9,$menuperm)) @if (in_array(20,$roleperm) ) @if (in_array(1,$roleperm)) @endif @else @endif @endif

@foreach ($products as $key => $item) @endforeach
ที่ รหัส วันที่เอกสาร Number ชื่อลูกค้า สถานะเอกสาร ผู้แก้ไขล่าสุด เวลาแก้ไขล่าสุด แก้ไข PDF BOM PDF
{{$key += 1}} {{$item->XVOrhDocNo}} {{date_YmdTodmY($item->XDOrhDocDate)}} {{$item->xvpdtname}} {{$item->XVCstName}} {{getDocStatusByCode($item->XVOrhDocStatus)}} {{$item->XVWhoEdit}} {{$item->XTWhenEdit}} @if($bFilter ?? false) @else @endif {{-- @if($item->XVOrhDocStatus == "3") --}} {{-- @endif --}} {{-- @if($item->XVOrhDocStatus == "3") --}} {{-- @endif --}}
@endsection