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