@extends('layouts/fullLayoutMaster') @section('title', $product->title.' | '.$shop->name) @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
Каталог @php $last = $breadCrumbs[count($breadCrumbs) - 1]; @endphp @foreach($breadCrumbs as $breadCrumb) {{ $breadCrumb->name }} @if($breadCrumb->id != $last->id) @endif @endforeach
@php $medias = json_decode($product->photos, true); @endphp
{{ $product->title }}
@php $pCountStars = Helper::starsCount($product->id); $istars = 5 - $pCountStars; @endphp @for ($i = 1; $i <= $pCountStars; $i++) @endfor @for ($i = 1; $i <= $istars; $i++) @endfor
О товаре
@foreach($product->chars->take(5) as $char)
{{ $char->name ?? '' }}
{{ $char->value }}
@endforeach
{{ $product->newprice ?? $product->price }}
@if($product->newprice != null)
{{ $product->price }} ₽
@endif
В наличии
Добавить в корзину
Условия оплаты Условия доставки
{!! $product->tdesc !!}
@foreach($product->chars as $char)
{{ $char->name ?? '' }}
{{ $char->value }}
@endforeach
@include('includes/market/comments', ['revs' => $revs])

Рекомендуем

@include('includes/shop/products', ['products' => $recproducts, 'recFixClass' => 'recFixClass'])
@endsection @section('vendor-script') @endsection @section('page-script') @endsection