@if (!$is_mobile)
Previous Total:
{{ number_format($transaction->final_total, 2) }}
Previous Paid:
{{ number_format($total_paid, 2) }}
Sub Total:
0
Total Payable:
0
Change Return:
0
@endif
@if ($is_mobile)
@lang('sale.total_payable'):
0
@endif
@php
$enabledModules = $business_details->enabled_modules;
@endphp
@if (array_key_exists('exchange_suspend', array_flip($enabledModules)))
@if ($exchange_edit != 1)
@endif
@endif