@extends('layouts.master')
@section('title', 'Edit '. __('Purchase Order')
@section('css')
@endsection
@section('content')
Edit {{__('Purchase Order')}} Transaction
Back
{{--
--}}
@if($purchaseOrder->status!='Cancelled'&&$purchaseOrder->status!='Closed')
@endif
@section('scripts')
@endsection
@endsection