@extends('webpages-templates.frontend-public-default', [ 'menu' => 'contact', ] ) @section('view-title', $data->headPageInfo->title) @section('view-description', $data->headPageInfo->description) @section('view-keywords', $data->headPageInfo->keywords) @section('view-robots', $data->headPageInfo->robots) @section('view-designer', $data->headPageInfo->designer) @section('view-canonicalURL', $data->headPageInfo->canonicalURL) @section('view-alternatesURL') @foreach ($data->headPageInfo->alternatesURL as $langCode => $langURL) @endforeach @endsection @push('styles-head') @endpush @push('scripts-head') @endpush @section('webpage-structure')

{{ $data->product->short_name }}

{!! $data->product->slogan ?? '' !!} {{-- DEV-CONTENT

O Buffet Atlas é um convite a criar o seu mundo de conforto. Transite pelas gerações, tempo e espaço a cada novo olhar.

DEV-CONTENT --}}

{{ $data->product->webpage_intro_paragraph }}

@if ($data->product->main_image != 1) {{-- DEV-CONTENT DEV-CONTENT --}} @else {{-- DEV-CONTENT DEV-CONTENT --}} @endif

Conheça o Produto

  • Acabamentos {{ $data->product->short_name }}

    @foreach ($data->productEnabledFinishesCategories as $finishCategorykey => $product_finish_category)

    {{ $product_finish_category->official_name }}

    @foreach ($product_finish_category->productFinishes as $finishKey => $finishInfo)


    Ver detalhes {{--

    --}}
    @endforeach
  • @endforeach
  • Categoria: {{ $data->product_type[0]->short_name ?? 'Móveis' }}
    @if( !$data->related_products->isEmpty() )
    {{-- class="related-products" --}}

    Peças Selecionadas para Compor

  • @else
    {{-- class="related-products" --}}

    Peças Selecionadas para Compor

  • @endif @if (!isset($data->product_designer->main_image) && !isset($data->product_designer->product_webpage_note_default) && isset($data->product_designer->official_name))
    {{ $data->product_designer->official_name }}
    @elseif (isset($data->product_designer->official_name))

    Notas do Designer

    {{ $data->product_designer->official_name }}

    {!! $data->product_designer->product_webpage_note_default ?? '' !!}
    {{ $data->product_designer->short_name }}
    @endif
    @endsection