@lang('lang_v1.payment_for_invoice_no'): {{$transaction->invoice_no}}
@lang('contact.customer'): {!!$transaction->contact->contact_address!!} |
| @lang('sale.sale_date'): {{$date_formatted}} |
@lang('sale.total_amount'): {{$total_amount}} |
@lang('sale.total_paid'): {{$total_paid}} |
@if($transaction->payment_status != 'paid')
@lang('sale.total_payable'): {{$total_payable_formatted}} |
@if(!empty($pos_settings['stripe_public_key']) && !empty($pos_settings['stripe_secret_key']))
@php $code = strtolower($business_details->currency_code); @endphp
@endif
@if(!empty($pos_settings['qi_terminal']) && !empty($pos_settings['qi_password']) && !empty($pos_settings['qi_terminal_url'])&& !empty($pos_settings['qi_username']))
@endif
@else
@lang('sale.payment_status'): @lang('lang_v1.paid') |
@endif