@extends('admin.layout.master')
@section('title','PURCHASE ORDER MANAGEMENT')
@section('custom_style')
@endsection
@section ('content')
@include('inventory.prepurchase.po.po_details_modal')
@include('inventory.prepurchase.po.grn_comparison_modal')
@endsection
@section('script')
@stop