@include('layouts.head')
@include('layouts.header') @include('layouts.sidebar')

Products / Items Preview

@if (\Session::has('success'))
@endif
@foreach($purchase_order as $po) @endforeach
PO Number Vendor Location Total Balance Status Created By Edit Delete
{{$po->po_number}} {{$po->vendor_name}} {{$po->location}} {{$po->grand_total}} {{$po->balance}} {{$po->po_status}} {{$po->createdByName}}
@include('layouts.footer')