@extends('layout.default') @section('styles') @endsection @section('content')

Purchase Order Edit

@can('purchaseorder.index') Back(ESC) @endcan @can('purchaseorder.update')
@endcan
@include('vendor::partial.vendor_detail', ['vendorDetail' => $purchaseorder->vendor])
@if(\Illuminate\Support\Facades\Auth::user()->roles()->first()->name !== "super-admin" ) @else @endif
@include('purchaseorder::material_tbl', ['purchase_order_details' => $purchaseorder->purchaseOrderDetails, 'action' => 'edit'])
Material * Brand * QTY * PO Unit Unit Size Remarks Rate * Amount Discount(%) Disc. Amt. After Disc. Amt. GST GST Amount Net Total Delete

@error('status') {{ $message }} @enderror
@if(!empty($purchaseorder->p_o_doc)) View Document @endif
@endsection @section('scripts') @endsection