@lang('app.order') @lang('app.details')


@method('PUT')

@foreach ($order->items as $key => $item)
@if ($invoiceSetting->hsn_sac_code_show) @endif @if ($invoiceSetting->hsn_sac_code_show) @endif
@lang('app.description')@lang("app.hsnSac")@lang("modules.invoices.qty") @lang("modules.invoices.unitPrice") @lang('modules.invoices.tax') @lang('modules.invoices.amount')
{{ number_format((float) $item->amount, 2, '.', '') }}
@endforeach

@lang('modules.invoices.subTotal') {{ number_format((float) $order->sub_total, 2, '.', '') }}
@lang('modules.invoices.discount')
{{ number_format((float) $order->discount, 2, '.', '') }}
@lang('modules.invoices.tax')
0.00
@lang('modules.invoices.total') {{ number_format((float) $order->total, 2, '.', '') }}
@lang('app.save')
@lang('app.cancel')