@if(\Route::currentRouteName() == 'NRgp_AppList') NRGP REFERENCE APPROVAL @endif @if(\Route::currentRouteName() == 'NRgp_DivAppList') NRGP DIVISION APPROVAL @endif

@if(\Route::currentRouteName() == 'NRgp_AppList')
@csrf
@foreach($NRgpAppList as $index => $row) @endforeach
SNO NRGPNO RGP Date RGP Type Entry By Supp Name Remarks Division Comp Name RefNo / RefDate Desp Courier Sample OrderNo / Color RGP Remarks
{{ $index + 1 }} {{ $row['rgpNO'] }}
Loading...
{{ date('Y-m-d', strtotime($row['rgpDATE'])) }} @if($row['POTYPE'] == 0) GENERAL @elseif ($row['POTYPE'] == 1) SAMPLE @else - @endif {{ $row['EntryBy'] }}/{{ $row['tno'] }} {{ $row['LedgerName'] }} {{ $row['DivisionName'] }} {{ $row['CompName'] }} {{ $row['REFQUOTNO'] }} / {{ date('Y-m-d', strtotime($row['REFQUOTDATE'])) }} {{ $row['DESP'] }} @if($row['Courier_Mode'] == 'Y') YES @elseif($row['Courier_Mode'] == 'N') NO @else - @endif {{ $row['Sample_Name'] }} {{ $row['Order_No'] }}/{{ $row['Color'] }} {{ $row['SPLINST'] }}
@endif @if(\Route::currentRouteName() == 'NRgp_DivAppList')
@csrf
@foreach($NRgpDivAppList as $index => $row) @endforeach
SNO NRGPNO RGP Date RGP Type Entry By Supp Name Remarks Division Comp Name RefNo / RefDate Desp Courier Sample OrderNo / Color RGP Remarks
{{ $index + 1 }} {{ $row['rgpNO'] }}
Loading...
{{ date('Y-m-d', strtotime($row['rgpDATE'])) }} @if($row['POTYPE'] == 0) GENERAL @elseif ($row['POTYPE'] == 1) SAMPLE @else - @endif {{ $row['EntryBy'] }}/{{ $row['tno'] }} {{ $row['LedgerName'] }} {{ $row['DivisionName'] }} {{ $row['CompName'] }} {{ $row['REFQUOTNO'] }} / {{ date('Y-m-d', strtotime($row['REFQUOTDATE'])) }} {{ $row['DESP'] }} @if($row['Courier_Mode'] == 'Y') YES @elseif($row['Courier_Mode'] == 'N') NO @else - @endif {{ $row['Sample_Name'] }} {{ $row['Order_No'] }}/{{ $row['Color'] }} {{ $row['SPLINST'] }}
@endif