Não há movimentações para o período e filtros selecionados.
Data | Tipo | Histórico | Empresa | Entrada | Saída | Saldo |
---|---|---|---|---|---|---|
{{ $mov['data']->format('d/m/Y') }} | {{ Str::limit($mov['tipo'], 12) }} |
{{ Str::limit($mov['historico'], 80) }}
@if(isset($mov['origem']) && $mov['origem'] == 'pagamento' && isset($mov['modelo']) &&
$mov['modelo']->contaAPagar->saqueDistribuicao &&
$mov['modelo']->contaAPagar->saqueDistribuicao->numero_cheque)
[Cheque: {{ $mov['modelo']->contaAPagar->saqueDistribuicao->numero_cheque }}] @endif |
{{ Str::limit($mov['empresa']->nome_fantasia ?? $mov['empresa']->razao_social, 15) }} | @if($mov['tipo_movimento'] == 'entrada') + R$ {{ number_format($mov['valor'], 2, ',', '.') }} @else - @endif | @if($mov['tipo_movimento'] == 'saida') - R$ {{ number_format($mov['valor'], 2, ',', '.') }} @else - @endif | R$ {{ number_format($mov['saldo'], 2, ',', '.') }} |
Total do Mês: | R$ {{ number_format($grupo['total_entradas'], 2, ',', '.') }} | R$ {{ number_format($grupo['total_saidas'], 2, ',', '.') }} | R$ {{ number_format($grupo['saldo_final_mes'], 2, ',', '.') }} |
Data | Tipo | Histórico | Empresa | Entrada | Saída | Saldo |
---|---|---|---|---|---|---|
{{ $mov['data']->format('d/m/Y') }} | {{ Str::limit($mov['tipo'], 12) }} | {{ Str::limit($mov['historico'], 80) }} | {{ Str::limit($mov['empresa']->nome_fantasia ?? $mov['empresa']->razao_social, 15) }} | @if($mov['tipo_movimento'] == 'entrada') + R$ {{ number_format($mov['valor'], 2, ',', '.') }} @else - @endif | @if($mov['tipo_movimento'] == 'saida') - R$ {{ number_format($mov['valor'], 2, ',', '.') }} @else - @endif | R$ {{ number_format($mov['saldo'], 2, ',', '.') }} |