• {!! \ICO::icon_manito_clickrepuestos('', 'width: 24px;height: 24px;') !!}
  • {{ ucwords(strtolower($p->categoria_nombre)) }}
  • @if (!empty($p->subcategoria_nombre))
  • {{ ucwords(strtolower($p->subcategoria_nombre)) }}
  • @endif @if (count($vehiculo) > 0) @foreach ($vehiculo as $vh)
  • {{ ucwords(strtolower($vh->marca_nombre)) }}
  • @if (!empty($vh->modelo_nombre))
  • {{ ucwords(strtolower($vh->modelo_nombre)) }}
  • @endif @endforeach @else @if (!empty($marca_producto))
  • {{ ucfirst($marca_producto) }}
  • @endif @endif
  • {{ $p->url_h1 }}