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

Edit Purchase Order

{{ $po->purchase_order_no }}
{{ now()->format('l') }}, {{ now()->format('d') }} {{ now()->format('F') }} {{ now()->format('Y') }}
@csrf @method('PUT')

Purchase Order Information

Vendor Details

Reference Information

Billing & Shipping Addresses

Product Details

@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 }}

Order Summary

@endsection @section('scripts') @endsection