@extends('layouts.dashboard.superadminapp') @section('title', 'Edit Purchase Order') @section('styles') @endsection @section('content')

UEPL | Edit Purchase Order

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


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

@endsection @section('scripts') @endsection