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

@include('po.partial._add_po_item', ['index' => 0, 'isFirst' => true])

 
Sub Total 0
Total Tax Rate (In %)
0
Total Amount 0
@endsection @section('scripts') @endsection