@if(isset($order->AccountingData["PurchaseOrderValue"]))
{{-- <======================== Included Tax (App Taxable or not) ========================>--}}
{{__("Tax Included")}}
{{__("Purchase Order Value :")}} {{$order->AccountingData["PurchaseOrderValue"]}}
{{__("Invoice Value To Customer :")}} {{$order->AccountingData["InvoiceValueToCustomer"]}}
@elseif(isset($order->AccountingData["PurchaseOrderValueCase0"]))
{{-- <======================== Case 0 ========================>--}}
{{__("Invoice Without Tax")}}
{{__("Purchase Order Value0 :")}} {{$order->AccountingData["PurchaseOrderValueCase0"]}}
{{__("Invoice Value To Customer0")}} : {{$order->AccountingData["InvoiceValueToCustomerCase0"]}}
{{-- <======================== Case 1 ========================>--}}
{{__("Invoice With Tax")}}
{{__("Purchase Order Value1 :")}} {{$order->AccountingData["PurchaseOrderValueCase1"]}}
{{__("Invoice Value To Customer1 :")}} {{$order->AccountingData["InvoiceValueToCustomerCase1"]}}
@elseif(isset($order->total_price))
{{-- <======================== Old Prices ========================>--}}