Próximos mantenimientos
    @foreach ($this->inventarioMantenimiento() as $item)
  • strtotime($item->proximo_mantenimiento) < strtotime(date('Y-m-d')), ])>
    ({{ $item->inventario->id ?? null }}) {{ $item->inventario->equipo->equipo ?? null }}
    strtotime($item->proximo_mantenimiento) < strtotime(date('Y-m-d')), ])> @if ($item->proximo_mantenimiento ?? null) {{ date('d/m/Y', strtotime($item->proximo_mantenimiento)) }} @endif
    Sucursal {{ $item->inventario->sucursal->name ?? '-' }}
    @if (strtotime($item->proximo_mantenimiento) < strtotime(date('Y-m-d'))) @endif
  • @endforeach {{-- --}}
{{-- --}}