@if ($register_details->total_cash_receipt_on_credit > 0) @endif @if ($register_details->total_card_receipt_on_credit > 0) @endif @if ($register_details->total_cheque_receipt_on_credit > 0) @endif @if ($register_details->total_bank_transfer_receipt_on_credit > 0) @endif @if ($register_details->total_other_receipt_on_credit > 0) @endif @if ($register_details->total_other_receipt_on_custom_pay_1 > 0) @endif @if ($register_details->total_other_receipt_on_custom_pay_2 > 0) @endif @if ($register_details->total_other_receipt_on_custom_pay_3 > 0) @endif @if ($register_details->total_other_receipt_on_custom_pay_4 > 0) @endif @if ($register_details->total_other_receipt_on_custom_pay_5 > 0) @endif @if ($register_details->total_other_receipt_on_custom_pay_6 > 0) @endif @if ($register_details->total_other_receipt_on_custom_pay_7 > 0) @endif @if (array_key_exists('custom_pay_1', $payment_types) && $register_details->total_custom_pay_1 > 0) @endif @if (array_key_exists('custom_pay_2', $payment_types) && $register_details->total_custom_pay_2 > 0) @endif @if (array_key_exists('custom_pay_3', $payment_types) && $register_details->total_custom_pay_3 > 0) @endif @if (array_key_exists('custom_pay_4', $payment_types) && $register_details->total_custom_pay_4 > 0) @endif @if (array_key_exists('custom_pay_5', $payment_types) && $register_details->total_custom_pay_5 > 0) @endif @if (array_key_exists('custom_pay_6', $payment_types) && $register_details->total_custom_pay_6 > 0) @endif @if (array_key_exists('custom_pay_7', $payment_types) && $register_details->total_custom_pay_7 > 0) @endif
@lang('lang_v1.payment_method') Entradas Saídas
@lang('cash_register.cash_in_hand'): {{ $register_details->cash_in_hand }} --
Receb. Fiado no dinheiro: {{ $register_details->total_cash_receipt_on_credit }} --
Receb. Fiado no cartão: {{ $register_details->total_card_receipt_on_credit }} --
Receb. Fiado no cheque: {{ $register_details->total_cheque_receipt_on_credit }} --
Receb. Fiado por Trans. Banc/Pix: {{ $register_details->total_bank_transfer_receipt_on_credit }} --
Receb. Fiado por Outros: {{ $register_details->total_other_receipt_on_credit }} --
Receb. Fiado por {{ $payment_types['custom_pay_1'] }}: {{ $register_details->total_other_receipt_on_custom_pay_1 }} --
Receb. Fiado por {{ $payment_types['custom_pay_2'] }}: {{ $register_details->total_other_receipt_on_custom_pay_2 }} --
Receb. Fiado por {{ $payment_types['custom_pay_3'] }}: {{ $register_details->total_other_receipt_on_custom_pay_3 }} --
Receb. Fiado por {{ $payment_types['custom_pay_4'] }}: {{ $register_details->total_other_receipt_on_custom_pay_4 }} --
Receb. Fiado por {{ $payment_types['custom_pay_5'] }}: {{ $register_details->total_other_receipt_on_custom_pay_5 }} --
Receb. Fiado por {{ $payment_types['custom_pay_6'] }}: {{ $register_details->total_other_receipt_on_custom_pay_6 }} --
Receb. Fiado por {{ $payment_types['custom_pay_7'] }}: {{ $register_details->total_other_receipt_on_custom_pay_7 }} --
@lang('cash_register.cash_payment'): {{ $register_details->total_cash }} {{ $register_details->total_cash_expense }}
@lang('cash_register.checque_payment'): {{ $register_details->total_cheque }} {{ $register_details->total_cheque_expense }}
@lang('cash_register.card_payment'): {{ $register_details->total_card }} {{ $register_details->total_card_expense }}
@lang('cash_register.bank_transfer'): {{ $register_details->total_bank_transfer }} {{ $register_details->total_bank_transfer_expense }}
@lang('lang_v1.advance_payment'): {{ $register_details->total_advance }} {{ $register_details->total_advance_expense }}
{{ $payment_types['custom_pay_1'] }}: {{ $register_details->total_custom_pay_1 }} {{ $register_details->total_custom_pay_1_expense }}
{{ $payment_types['custom_pay_2'] }}: {{ $register_details->total_custom_pay_2 }} {{ $register_details->total_custom_pay_2_expense }}
{{ $payment_types['custom_pay_3'] }}: {{ $register_details->total_custom_pay_3 }} {{ $register_details->total_custom_pay_3_expense }}
{{ $payment_types['custom_pay_4'] }}: {{ $register_details->total_custom_pay_4 }} {{ $register_details->total_custom_pay_4_expense }}
{{ $payment_types['custom_pay_5'] }}: {{ $register_details->total_custom_pay_5 }} {{ $register_details->total_custom_pay_5_expense }}
{{ $payment_types['custom_pay_6'] }}: {{ $register_details->total_custom_pay_6 }} {{ $register_details->total_custom_pay_6_expense }}
{{ $payment_types['custom_pay_7'] }}: {{ $register_details->total_custom_pay_7 }} {{ $register_details->total_custom_pay_7_expense }}
@lang('cash_register.other_payments'): {{ $register_details->total_other }} {{ $register_details->total_other_expense }}

@lang('cash_register.total_sales'): {{ $register_details->total_sale }}
@lang('lang_v1.credit_sales'): {{ $details['transaction_details']->total_sales - $register_details->total_sale }}
@lang('lang_v1.total_payment') {{ $register_details->total_cash_suprimento + $register_details->cash_in_hand + $register_details->total_cash + $register_details->total_cash_receipt_on_credit - $register_details->total_cash_sangria - $register_details->total_cash_refund }}
Total de receb. do Fiado: {{ $register_details->total_receipt_on_credit }}
Total de Saídas: {{ $register_details->total_expense }}
@if (!empty($listaSuprimentos) && count($listaSuprimentos))

Suprimento

@foreach ($listaSuprimentos as $suprimento) @endforeach
Justificativa Quantia R$
{{ $suprimento->justification }} {{ @num_format($suprimento->amount) }}
Total R$ {{ @num_format($register_details->total_cash_suprimento) }}
@endif @if (!empty($listaSangria) && count($listaSangria))

Retirada

@foreach ($listaSangria as $sangria) @endforeach
Justificativa Quantia R$
{{ $sangria->justification }} {{ @num_format($sangria->amount) }}
Total R$ {{ @num_format($register_details->total_cash_sangria) }}
@endif
@include('cash_register.register_product_details')