{{ __('Ingresos') }}
{{ __('Listado de ingresos') }}
@foreach ($compras ?? [] as $item) @endforeach
Fecha Detalle Registrado
{{formatoFecha($item->fecha??null)}} {{$item->detalle}} {{$item->created_at->format('d/m/Y H:i')}} @if ($item->adjuntos->first()) @endif
@if ($repuestos??null) {{ $repuestos?->links() }} @endif