@extends('layouts.dashboard.managerapp') @section('title', 'Edit Purchase Order') @section('content')

UEPL | Edit Purchase Order

day, 00 month 0000
← Back to List
@csrf @method('POST')



@foreach ($po->items as $item) @endforeach
Sl No. Material Code HSN Code Description Additional Details Req By Date Quantity UOM Unit Rate (INR) Discount (%) Value (INR) SGST (%) CGST (%) IGST (%) Amount (INR) Actions
{{ $loop->iteration }}

@endsection @section('scripts') @endsection