@extends('client.layout.master')
@php
use App\Models\Translation;
$locale = app()->getLocale();
@endphp
@section('title', Translation::getValue('product_detail', $locale))
@section('content')
{{ $product->getTranslation('name', $locale) }}
{{ $product->getTranslation('description', $locale) }}
{{-- A+ CONTENT (optional images) --}} @if($product->aPlusContents && $product->aPlusContents->count()) @foreach($product->aPlusContents as $content){{ $content->getTranslation('text', $locale) }}
| {{ $spec->key }} | {{ $spec->value }} |
|---|---|
| No specifications available. | |
{{ $review->message }}
No reviews yet.
@endforelse