Folhas de Caixa
@if($permissao->criar_folha_caixa) @endif
@foreach ($folhas as $folha) @endforeach
Data Turno Operador Total Vendas Declarado Data Programada Depósito Depósito Confirmado Anexar Documentos
{{ date('d/m/Y', strtotime($folha->data_folha_caixa)) }} {{ $folha->turno }} {{ $folha->operadores_postos->nome_operador ?? '' }} {{ number_format($folha->total_vendas, 2, ',', '.') }} € {{ number_format($folha->formas_pagamento_folha->sum('total_bruto'), 2, ",", " ") }} € @php $dataDeposito = $folha->formas_pagamento_folha->where('formaPagamento.nome_forma_pagamento', 'Numerário')->first(); @endphp {{ $dataDeposito && $dataDeposito->data_programada_deposito ? date('d/m/Y', strtotime($dataDeposito->data_programada_deposito)) : '' }} - -
{{-- --}}