@section('metatags') @stop @section('title') {{ $product->title }} | @stop @section('content')
@include('products.partials.breadcrumb')
@if($product->images->isEmpty()) @else @endif

@if($category) {{ $category->meta_title }}
@endif {{ $product->title }}

Referência:
{{ $product->reference }}

Disponibilidade:
Em Stock

€ {{ $product->price_whole }},{{ $product->price_decimal }}

@include('products.partials.product_options')
@if($product->description) {!! nl2br($product->description) !!} @else Nenhuma descrição para apresentar. @endif
@foreach($features as $publicName => $feature) @endforeach
Referência {{ $product->reference }}
{{ $publicName }} @foreach($feature as $item) {{ $item->name }}
@endforeach
Sem informação de entregas e devoluções.

Produtos Relacionados

@include('products.partials.related')
@foreach($highlights as $highlight) @if($highlight->url) @else @endif @endforeach
@stop @section('scripts') @stop