@extends('layouts.master') @section('content')

Form Tambah Purchase Order Baru

@csrf
{{--
--}}
@if(!empty($po) && !empty(Request::input('wo')))
@foreach ($po->product as $i => $row)
{{ strtoupper($row->raw_material) }}
{{ $row->chip }}
{{ $row->total_stock }}
@if(Request::input('wo') != 'STOCK')
{{ $row->total_unit}}
@endif
@endforeach
@endif
Batal
@endsection