@extends('layouts.master') @section('title', 'Edit '. __('Purchase Order') @section('css') @endsection @section('content')

Edit {{__('Purchase Order')}} Transaction

@csrf @method('PUT')
{{__('Purchase Order')}} {{__('Information')}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}} {{--
--}} {{--
include) == true ? 'checked' : '' }} required>
include) == false ? 'checked' : '' }}>
--}}
{{__('Purchase Order')}} Details
Total sebelum pajak: 0
@foreach ($purchaseOrderDetails as $index => $detail) @endforeach
{{__('Item')}} Unit Qty Qty Unreceived Action
{{-- --}}
Back {{-- --}} @if($purchaseOrder->status!='Cancelled'&&$purchaseOrder->status!='Closed')
@csrf @method('POST')
@endif
@csrf @method('POST')
@section('scripts') @endsection @endsection