@extends('layouts.master') @section('title') Edit PO @endsection @section('page-title') PO @endsection @section('body') @endsection @section('content')
@csrf @method('PUT')

Items


@foreach($po->items as $index => $item)
@endforeach
{{-- @include('po.partial._add_po_item', ['index' => 0, 'isFirst' => true]) --}}

 
Sub Total {{ $po->po_sub_total_amount }}
Total Tax Rate (In %)
0
Total Amount {{ $po->po_grand_total }}
Cancel
@endsection @section('scripts') @endsection