@extends('layouts.default-new') @section('title', 'دنت آنلاین مرجع جامع تجهیزات دندانپزشکی - ایجاد خرید گروهی - ' . $product->title ) @section('bodyclass', 'woocommerce-active single-product full-width extended') @section('meta') @endsection @section('content')
@if($product->government_currency == 1) {{ $product->is_quota == true ? 'سهمیه‌ای' : 'ارز دولتی' }} @endif @can('user-special-conditions') @if($product->special_conditions == 1) government_currency == 1 ) ? 'style="margin-top: 2.5em;"' : '' !!}> شرایط ویژه @endif @endcan @if($product->amount_old!=0) @if($product->ShowPrice()) government_currency == 1 && $product->special_conditions == 1) style="margin-top: 5em;" @elseif($product->government_currency == 1 || $product->special_conditions == 1) style="margin-top: 2.5em;" @endif > {{ number_format( $product->amount_old - $product->amount, 0, '', ',') }} @endif @endif

{{ $product->title }}

Rated {{ $product->rating_summery }} از 5 براساس 1 نظر کاربران
(1 نظر )
افزودن به علاقه‌مندی‌ها
@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($product->amount_old!=0) @if($product->ShowPrice())
@can('user-product-amount') @if($product->availability!=0) {{ number_format($product->amount_old, 0, '', ',') }}تومان @endif @else @endcan
@else @endif
@endif @can('user-product-amount') @if($product->availability==0)

ناموجود

@else @if($product->ShowPrice())

{{ number_format($product->amount, 0, '', ',') }} تومان

@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) @if(Auth::check() && Auth::user()->can('admin-hidden-inquiryproducts-price'))

{{ number_format($product->amount, 0, '', ',') }} تومان

@else

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

@endif @else

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

@endif @endif @endif @else مشاهده قیمت و خرید آنلاین @endcan
@php $selOptionNum = 0; $group_num = 0; @endphp @foreach($obj->getProductsOptionGroupTitle($product->id) as $GroupTitleItem) @php $selOptionNum += 1; @endphp
انتخاب کنید
@php $color_count = 0;$option_group = ''; $checkedDefultOptionCount = 0; @endphp @foreach($obj->getProductsOptionItems($product->id, $GroupTitleItem->group) as $itemOption) @php if($option_group != $itemOption->group ){ $option_group = $itemOption->group; $group_num += 1; $checkedDefultOptionCount = 0; } $checkedDefultOptionCount += 1; $option_amount = 0; if($itemOption->amount_auto == 1) $option_amount = $itemOption->AmountProduct->amount; else $option_amount = $itemOption->amount; @endphp @php $color_count =1; @endphp @endforeach
@endforeach
{!! $errors->first('agree', ':message') !!}
@if($rules)
{!! $rules->content !!}
@endif
@stop @section('admin-hovremenu') @if(Auth::user()) @can('admin-products')
  • ویرایش
  • مشخصات
  • تصاویر
  • رنگ
  • تخفیف ویژه
  • ویدئوها
  • کاتالوگ
  • تامین‌کنندگان
  • هزینه ارسال
  • ارسال به کانال
  • تعداد : {{ $product->item_count }}
  • @endcan @endif @stop @section('scripts') @stop