@extends('front::layouts.master') @section('content')
Product Image

{{ $product->title }}

{{ $product->short_description }}

@if ($product->specificationGroups()->count()) @foreach ($product->specifications->take(5) as $specificate) @endforeach
{{ __('messages.index.specification') }} {{ __('messages.index.value') }}
{{ $specificate->name }} {!! nl2br(htmlentities($specificate->pivot->value)) !!}
@endif @if($product->prices->first()->price != 100) {{ $product->getLowestPrice() }} @endif
{!! $product->description !!}

ویژگی‌های فنی

@if ($product->specificationGroups()->count()) @foreach ($product->specifications as $specificate) @endforeach
ویژگی مقدار
{{ $specificate->name }} {!! nl2br(htmlentities($specificate->pivot->value)) !!}
@endif
@if ($related_products->count())

{{ __('messages.index.related-products') }}

@foreach ($related_products as $relProduct) @endforeach
@endif
@endsection @push('scripts') @endpush