@if ($order)
@if($order->tip_amount > 0)
{{ __('modules.order.total') }}
{{ currency_format($order->total - $order->tip_amount) }}
{{ __('modules.order.tipAmount') }}
+ {{ currency_format($order->tip_amount) }}
@endif
{{ __('modules.order.totalBill') }}
{{ currency_format($order->total) }}
{{ __('modules.order.amountPaid') }}
{{ currency_format($paidAmount) }}
@if($returnAmount > 0)
{{ __('modules.order.returnAmount') }}
{{ currency_format($returnAmount) }}
@else
{{ __('modules.order.dueAmount') }}
{{ currency_format($balanceAmount) }}
@endif