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

@lang('general.update') Purchase Order

@include('validate')

Purchase Order @lang('general.details')

@forelse ($po->items as $item) @php $uuid=Str::uuid(); @endphp @empty @endforelse
Product Name Quantity Price Discount (%) Tax (%) Total
product->is_taxable != 'yes') class="nontaxableproduct" @endif> {{ $item->product->product_name }}
No Products Added
Sub Total
Round Off
Grand Total
@csrf @method('PUT')
@endsection @push('scripts') @endpush