@extends('layouts.portal') @section('title'){{$page->name}} - @endsection @section('meta_description'){{strip_tags($page->description)}}@endsection @section('metas') @endsection @section('content')

{{$label->traducir('label_products_title_catalog')->name}}

@php $images = json_decode($product->image); @endphp @foreach($images as $image) @php $image = explode(".",$image);@endphp @endforeach
@foreach($images as $image) @php $image = explode(".",$image);@endphp
@endforeach

{{$product->name}}

{{$label->traducir('label_products_collection')->name}} {{$product->categoria($product->collection_id)->name}}


{{$product->datos($product->id)->intro}}

{{$label->traducir('label_products_subtitle_finish')->name}}
@foreach($product->acabados($product->id) as $application)
{{$application->name}}
@endforeach
{{$label->traducir('label_products_subtitle_format')->name}}
    @foreach($product->formatos($product->id) as $format)
  • {{$format->name}}
  • @endforeach
{{$label->traducir('label_products_subtitle_thickness')->name}}
@foreach($product->espesores($product->id) as $thickness)
{{$thickness->name}}
@endforeach
{{$label->traducir('label_products_subtitle_substratum')->name}}
    @foreach($product->sustratos($product->id) as $substract)
  • {{$substract->name}}
  • @endforeach
@if($product->has_finish_info)

{{$label->traducir('label_products_note_finishes')->name}}

@endif
@if($product->tech_info <> "[]") @php $new_file = json_decode($product->tech_info)[0]; @endphp {{$label->traducir('label_products_btn_download_tech_sheet')->name}} @endif @if($product->texture) {{$label->traducir('label_products_btn_download_texture')->name}} @endif
    @if($product->has_carb2)
  • {{$label->traducir('label_product_BeLine_available')->name}} ({{$label->traducir('label_product_on_request')->name}})
  • @endif @if($product->has_primaforza)
  • {{$label->traducir('label_product_Primaforza_available')->name}} ({{$label->traducir('label_product_on_request')->name}})
  • @endif @if($product->has_primaext)
  • {{$label->traducir('label_product_Primaext_available')->name}} ({{$label->traducir('label_product_on_request')->name}})
  • @endif
@if($product->has_edge_link) {{$label->traducir('label_products_link_edgebanding')->name}} @endif @php /*
*/ @endphp
@if($product->background_image)
{!!$product->datos($product->id)->description!!}
@endif

@foreach($product->ventajas($product->id) as $advantage)

{{$advantage->name}}
@endforeach

@foreach($product->usos_slug($cat) as $usage)
{!!$usage->description!!}
@endforeach

{{$label->traducir('label_products_title_prod_week')->name}}

@foreach($product->productos_semana() as $prod)
@php $image = explode(".",json_decode($prod->image)[0]); @endphp {{$prod->name}}

{{$prod->name}}

{{$label->traducir('label_products_collection')->name}} {{$product->categoria($prod->collection_id)->name}}

@endforeach
@endsection @section('before_js') @endsection @section('js') @endsection