Conta{{ $openCashbox->account?->name }}
Abertura{{ $openCashbox->opened_at->format('d/m/Y H:i') }}
Fundo InicialR$ {{ number_format((float)$openCashbox->opening_balance, 2, ',', '.') }}
Entradas+ R$ {{ number_format($openCashbox->total_credits, 2, ',', '.') }}
Saídas− R$ {{ number_format($openCashbox->total_debits, 2, ',', '.') }}
Saldo Esperado
R$ {{ number_format($openCashbox->expected_balance, 2, ',', '.') }}