@extends('layouts.app') @section('stitle', 'Edit Purchase Order') @section('title', 'Edit Purchase Order') @section('content')
{{-- @include('purchase_order.purchase_order_inner_menu') --}}
{{$purchase->sname}}

{{$purchase->bname}}

- - -

- - -

{{ $purchase->uname }}

{{$purchase->created_at}}

{{-- --}} @foreach($purchaseOrderItems as $pitem) @endforeach
Name SKU BARCODE CostStorage UnitQuantity Total Cost Action
{{ $pitem->name }} {{ $pitem->sku }} {{ $pitem->barcode }}
{{ $pitem->storage_unit }}
{{ $purchase->tax_total }}
{{$purchase->total}}
@endsection @push('my_scripts') @endpush