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

Form Proses Purchase Order Voucher Card

@csrf @method('PATCH')
@foreach($pod as $val)
{{ $val->raw_material}}
@if($po->reason != 'STOCK') @else @endif
@endforeach
Batal
@endsection @push('scripts') @endpush