@extends('layouts.default1400-page', ['title' => $product->title, 'subtitle' => $paths]) @section('meta') @if(isset($product)) @endif @endsection @section('content')
@csrf
{{ $product->title }} @can('admin-product-quickedit') @endcan
@if($product->government_currency == 1) {{ $product->quota_title }} @endif @if($product->special_conditions == 1) @can('user-special-conditions') شرایط ویژه @endcan @endif @if($user != null && $product->amount_old!=0 && $product->ShowPrice()) {{ numberFormat( $product->amount_old - $product->amount) }} @endif
@can('user-product-pictures') @foreach ($images as $item) @endforeach @endcan
@if($product->alert_description != "")
{!! $product->alert_description !!}
@endif @if($product->property_summery != "" && $product->alert_description != "")
@endif @if($product->property_summery != "")
    @foreach(explode("\n", $product->property_summery) as $psItem)
  • {{ $psItem }}
  • @endforeach
@endif
{{--
رنگ :
--}} {{-- --}} @if($canViewDetails == true && $canUserProductDetails == true ) @foreach($product->ProductsOptionGroupRender as $optionGroupRenderItem)
{{ $optionGroupRenderItem['title'] }}
@foreach($optionGroupRenderItem['items'] as $itemOption)
@if($itemOption['multiselect'] == true) @else @endif
@endforeach
@endforeach @endif
@if($product->amount_old!=0 && $product->ShowPrice() && $product->availability!=0 && $product->ShowPriceSpecial())
{{ numberFormat($product->amount_old) }} تومان
@endif @if($product->availability==0) ناموجود @else @if($product->ShowPrice()) {{ numberFormat($product->amount) }} تومان {{--
@if($product->special) @if($product->ppoint_special != 0)

{{ $product->ppoint_special }} امتیاز

@endif @else @if($product->ppoint != 0)

{{ $product->ppoint }} امتیاز

@endif @endif
@if($product->tax_alert==1)

با احتساب مالیات

@endif
--}} @else @if($setting->show_hidden_inquiry_price == true) @can('admin-hidden-inquiryproducts-price') {{ numberFormat($product->amount) }} تومان @else

استعلام قیمت آنلاین

@endcan @else

استعلام قیمت آنلاین

@endif @endif @endif
@if($isInquiryPrice == false)
@endif {{-- --}} {{--

موجودی در انبار 2 عدد

--}}
@if($isInquiryPrice == true) @else @if($product->availability=="0") @if($user != null) @if($product->is_general != 1) @cannot('user-products-dentistry') @else @endcannot @else @endif ‌@else افزودن به سبد خرید @endif @else @if($user != null) @if($product->is_general == 1) @can('user-products-general') @else @endcan @else @can('user-products-dentistry') @else @endcan @endif @else availability==0 ? 'disabled="disabled"' : '') }} class="single_add_to_cart_button btn btn-primary m-4">افزودن به سبد خرید @endif @endif @endif
{!! $product->content !!}

@foreach($arr_technical_spec as $arr_technical_spec_item) @endforeach
{{ $arr_technical_spec_item['title'] }} {{ $arr_technical_spec_item['value'] }}

دیدگاه خود را درباره این کالا بیان کنید.
ارسال دیدگاه
آخرین نظرات کاربران
{{--
مرتب‌سازی دیدگاه‌ها بر اساس: جدیدترین مفیدترین
--}} @foreach($comments as $comment_item) @endforeach {{--
--}}
درخواست مشاوره خدمتی است رایگان جهت ارتقاء آگاهی و اطلاعات شما قبل خرید. اگر فرصت کافی ندارید و یا برای انتخاب بهترین گزینه نیاز به اطلاعات و راهنمایی بیشتر دارید، کارشناسان دنت آنلاین آماده پاسخگویی به سوالات شما هستند.
آماده پاسخگویی به سوالات شما هستیم.
درخواست مشاوره
@if($product->active == false)
توجه: این کالا غیر فعال است و فقط برای مدیر کالا قابل نمایش است !
@endif @include('components.newlayout.product-quickedit') @stop @section('admin-hovremenu') @if($user!=null) @can('admin-products')
  • ویرایش
  • مشخصات
  • تصاویر
  • رنگ
  • تخفیف ویژه
  • ویدئوها
  • کاتالوگ
  • تامین‌کنندگان
  • هزینه ارسال
  • ارسال به کانال
  • تعداد : {{ $product->item_count }}
  • @endcan @endif @stop @section('scripts') @stop