@if($isFirst)
PerĂodo: {{ \Carbon\Carbon::parse($filtros['fechaInicio'])->format('d/m/Y') }} - {{ \Carbon\Carbon::parse($filtros['fechaFin'])->format('d/m/Y') }}
@endif @if(!empty($filtros['sucursal']))Sucursal: {{ $filtros['sucursal'] }}
@endif @if(!empty($filtros['usuario']))Usuario: {{ $filtros['usuario'] }}
@endif| Fecha | Importe | Concepto | Referencia | Quien entrega | Quien recibe |
|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($documento->fechadocumento)->format('d/m/Y') }} | ${{ number_format($documento->importedocumento, 2) }} | {{ $documento->concepto }} | {{ $documento->referencia }} | {{ $documento->quien_entrega }} | {{ $documento->quien_recibe }} |
| Total ingresos: | ${{ number_format($totales['ingresos'] ?? 0, 2) }} | ||||
| Total egresos: | ${{ number_format($totales['egresos'] ?? 0, 2) }} | ||||
| Diferencia: | ${{ number_format($totales['diferencia'] ?? 0, 2) }} |