@extends('admin.layout.master') @section('title','PURCHASE ORDER MANAGEMENT') @section('custom_style') @endsection @section ('content')

PURCHASE ORDER

{{--
--}}
{{--
--}} {{-- end --}}
@php $statusArray=[0=>'PENDING',1=>'ACCEPT']; $action_id=203; @endphp @forelse ($purchaseOrders as $i=>$po) @empty @endforelse

@include('inventory.prepurchase.po.po_details_modal') @endsection @section('script') @stop