@extends('site.layouts.app') @section('style') @endsection @section('content')
@foreach ($item->attachments as $attachment)
product thumb
@endforeach
@foreach ($item->attachments as $attachment)
product image
@endforeach {{--
product image
product image
--}}
{{ $item->user->name }}

{{ $item->name }}

{{ __("site.Navbar.Nav_2") }}

{{ $item->description }}

@if ($item->options && count($item->options))
{{ __("site.Navbar.Nav_3") }}
    @foreach ($item->options as $option)
  • {{ $option->name }}: {{ \App\Http\Helpers\HelperApp::convert_numbers($option->value) }}
  • @endforeach
@endif 'product']) }}" class="primary-color fs-5 fw-600">{{ __("messages_301.More") }}
@include('site.inc.products', ['data' => $related_products, 'type' => 'product'])
@endsection @section('script') @endsection