@if($register_details->total_cash > 0 || $register_details->total_cash_expense > 0) @endif @if($register_details->total_cheque > 0 || $register_details->total_cheque_expense > 0) @endif @if($register_details->total_card > 0 || $register_details->total_card_expense > 0) @endif @if($register_details->total_bank_transfer > 0 || $register_details->total_bank_transfer_expense > 0) @endif @if($register_details->total_advance > 0 || $register_details->total_advance_expense > 0) @endif @if(array_key_exists('custom_pay_1', $payment_types)) @if($register_details->total_custom_pay_1 > 0 || $register_details->total_custom_pay_1_expense > 0) @endif @endif @if(array_key_exists('custom_pay_2', $payment_types)) @if($register_details->total_custom_pay_2 > 0 || $register_details->total_custom_pay_2_expense > 0) @endif @endif @if(array_key_exists('custom_pay_3', $payment_types)) @if($register_details->total_custom_pay_3 > 0 || $register_details->total_custom_pay_3_expense > 0) @endif @endif @if(array_key_exists('custom_pay_4', $payment_types)) @if($register_details->total_custom_pay_4 > 0 || $register_details->total_custom_pay_4_expense > 0) @endif @endif @if(array_key_exists('custom_pay_5', $payment_types)) @if($register_details->total_custom_pay_5 > 0 || $register_details->total_custom_pay_5_expense > 0) @endif @endif @if(array_key_exists('custom_pay_6', $payment_types)) @if($register_details->total_custom_pay_6 > 0 || $register_details->total_custom_pay_6_expense > 0) @endif @endif @if(array_key_exists('custom_pay_7', $payment_types)) @if($register_details->total_custom_pay_7 > 0 || $register_details->total_custom_pay_7_expense > 0) @endif @endif @if($register_details->total_other > 0 || $register_details->total_other_expense > 0) @endif
@lang('app.payment_method') @lang('sale.amount')
@lang('cash_register.cash_in_hand'): {{ $register_details->cash_in_hand }}
@lang('cash_register.cash_payment'): {{ $register_details->total_cash }}
@lang('cash_register.checque_payment'): {{ $register_details->total_cheque }}
@lang('cash_register.card_payment'): {{ $register_details->total_card }}
@lang('cash_register.bank_transfer'): {{ $register_details->total_bank_transfer }}
@lang('app.advance_payment'): {{ $register_details->total_advance }}
{{$payment_types['custom_pay_1']}}: {{ $register_details->total_custom_pay_1 }}
{{$payment_types['custom_pay_2']}}: {{ $register_details->total_custom_pay_2 }}
{{$payment_types['custom_pay_3']}}: {{ $register_details->total_custom_pay_3 }}
{{$payment_types['custom_pay_4']}}: {{ $register_details->total_custom_pay_4 }}
{{$payment_types['custom_pay_5']}}: {{ $register_details->total_custom_pay_5 }}
{{$payment_types['custom_pay_6']}}: {{ $register_details->total_custom_pay_6 }}
{{$payment_types['custom_pay_7']}}: {{ $register_details->total_custom_pay_7 }}
@lang('cash_register.other_payments'): {{ $register_details->total_other }}

@if($other_cashiers_sale_payment > 0) @endif
@lang('cash_register.total_sales'): {{ $cash_sale }}
@lang('app.credit_sales'): {{ $details['transaction_details']->total_credit_sale_or_partial_paid }}
@lang('cash_register.total_sales_cash_credit'): {{ $details['transaction_details']->total_sales }}
@lang('cash_register.others_sales_payment'): {{ $other_cashiers_sale_payment }}
@lang('cash_register.total_refund'): {{ $register_details->total_refund }}
@if($register_details->total_cash_refund != 0) Cash: {{ $register_details->total_cash_refund }}
@endif @if($register_details->total_cheque_refund != 0) Cheque: {{ $register_details->total_cheque_refund }}
@endif @if($register_details->total_card_refund != 0) Card: {{ $register_details->total_card_refund }}
@endif @if($register_details->total_bank_transfer_refund != 0) Bank Transfer: {{ $register_details->total_bank_transfer_refund }}
@endif @if(array_key_exists('custom_pay_1', $payment_types) && $register_details->total_custom_pay_1_refund != 0) {{$payment_types['custom_pay_1']}}: {{ $register_details->total_custom_pay_1_refund }} @endif @if(array_key_exists('custom_pay_2', $payment_types) && $register_details->total_custom_pay_2_refund != 0) {{$payment_types['custom_pay_2']}}: {{ $register_details->total_custom_pay_2_refund }} @endif @if(array_key_exists('custom_pay_3', $payment_types) && $register_details->total_custom_pay_3_refund != 0) {{$payment_types['custom_pay_3']}}: {{ $register_details->total_custom_pay_3_refund }} @endif @if($register_details->total_other_refund != 0) Other: {{ $register_details->total_other_refund }} @endif
@lang('app.total_payment'): {{ $register_details->cash_in_hand + $register_details->total_cash - $register_details->total_cash_refund }}