@if ($inventario->foto()) @else @endif
{{$inventario->nombre}} @if($inventario->patente) ({{$inventario->patente}}) @endif
{{$inventario->descripcion}}
Registro de mantenimiento
@can('nuevo_mantenimiento-legajo', $inventario) @endcan
@foreach ($mantenimientos as $item) @endforeach
Cliente Inicio de alq. Fecha Control ESTADO Adjuntar
{{$item->cliente->nombre??null}} {{formatoFecha($item->alquiler->fecha_inicio??null)}} {{formatoFecha($item->fecha??null)}} $item->estado->value == 'pendiente' && (new dateTime($item->fecha)) > now(), 'badge-danger' => $item->estado->value == 'pendiente' && (new dateTime($item->fecha)) < now(), 'badge-success'=> $item->estado->value == 'realizado', ])> @lang('inventario-mantenimiento.'.$item->estado->value) @if ($item->estado->value == 'realizado') ({{formatoFecha($item->estado_at??null)}}) @endif @foreach ($item->archivos??[] as $archivo) @endforeach
{{$mantenimientos->links()}}
Registro de notificaciones de facturación
@can('nueva_facturacion-legajo', $inventario) @endcan
@foreach ($facturas as $item) @endforeach
Cliente Inicio de alq. Fecha facturación Importe FC. PAGO OBSERVACIÓN ESTADO
{{$item->cliente->nombre??null}} {{formatoFecha($item->alquiler->fecha_inicio??null)}} {{formatoFecha($item->fecha_facturacion??null)}} u$d {{number_format($item->importe,2,',','.')}} @if ($item->tieneFacturaAdjuntada) @endif @if ($item->tienePagoAdjunto) @endif {{$item->pago_observacion??$item->factura_observacion??null}} $item->estaFacturado && !$item->estaPagado, 'text-danger' => !$item->estaFacturado && !$item->estaPagado, 'text-success' => $item->estaPagado, ])> {{ $item->estado }}
{{$facturas->links()}}
Registro de utilización de repuestos
@foreach ($repuestoUtilizado as $item) @endforeach
Fecha Repuestos utilizado Usuario Adjuntar
{{$item->created_at->format('d/m/Y H:i')}} {{$item->repuesto->repuesto}} {{$item->creado_por->name??null}} @if ($item->adjunto) @endif
{{$repuestoUtilizado->links()}}
Reparación externa o tercerizada no contempladas
@foreach ($reparacionNoProgramada as $item) @endforeach
Fecha Detalle Adjunto
{{date('d/m/Y', strtotime($item->fecha))}} {{$item->detalle}} @if ($item->adjunto) @endif
{{$reparacionNoProgramada->links()}}
Historial de alquileres
@foreach ($gestionAlquiler as $item) @endforeach
Fecha Usuario Cliente Inicio Fin Responsable
{{$item->created_at->format('d/m/Y')}} {{$item->createdBy->name}} {{$item->cliente->nombre ?? null}} {{formatoFecha($item->fecha_inicio??null)}} {{formatoFecha($item->fecha_fin??null)}} {{$item->responsable_nombre}} ({{$item->responsable_dni}})
{{$gestionAlquiler->links()}}
{{-- --}}