Caja Interna
Año:
@php
$anioActual = date('Y');
$anioSeleccionado = request('year', $anioActual);
$inicio = date('2021');
$fin = $anioActual;
@endphp
{{ $mes }}
| Fecha | Viaje | Aportes / Retiros | Total |
|---|---|---|---|
| {{ date('d/m/Y', strtotime($viaje->fecha_hora_salida)) }} | {{ $viaje->destino->ciudad ?? '-' }} | ${{ number_format($viaje->monto_aportes_retiros ?? 0, 2, ',', '.') }} |