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

@lang('general.update') Purchase

@include('validate')

Purchase @lang('general.details')

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