@extends('corporative.layouts.app') @section('seoheader') {!! $seo ?? '' !!} @endsection @section('plusblade') @include('utils.modals') @endsection @section('content') @include('utils.preloader') @include('corporative.layouts.header')
    @forelse ($product->images as $g)
  • {{ $product->prod_description }}
  • @empty
  • {{ $product->prod_description }}
  • @endforelse
@forelse ($product->images as $g)
{{ $product->prod_description }}
@empty
{{ $product->prod_description }}
@endforelse
Imagen Referencial *

{{ $product->prod_description }}

{{ $product->brand->b_description }}
MINICÓDIGO DEL PRODUCTO: {{ $product->prod_min_cod }}
SKU: {{ $product->prod_code }}
VER MÁS DE ESTA MARCA
{{-- price --}}
{!! $product->detail->description !!}
Más asesoria en:
icon
Política de Seguridad
icon
Política de Entrega
icon
Política de Devolución
@if (count($relations) > 0 )
@foreach ($relations as $prod)
@include('corporative.components.product_item_list', ['product' => $prod])
@endforeach
@endif @if (count($product->reviews)) @include('layouts.product_reviews_line', ['reviews' => $product->reviews]) @endif

Descripción del Producto

{!! $product->detail->html ?? 'Cargando...' !!}

Especificaciones técnicas:

@if (!is_null($product->detail->details) && is_null($product->detail->specifications))
@php $detail = explode('', $product->detail->details) @endphp @for ($i = 0; $i < count($detail); $i++) @php $dd = $detail[$i] ?? ''; if (!strpos($dd, '')) { $dd .= ''. $dd; } $parts = explode('', $detail[$i]); @endphp @endfor
{{ $standard_subcategory[$i]->content ?? 'N/D' }}: {{ $parts[1] ?? $parts[0] }}
@else
{!! $product->detail->specifications ?? 'Cargando...' !!}
@endif
@include('layouts.newsletter') @include('layouts.footer') @include('corporative.utils.backtop') @endsection @section('link_scripts_custom') @endsection @section('scripts_custom') @endsection