@extends('layouts.front') @section('page_title') @parent @if($product->metatitle) {{$product->metatitle}} @else {{$product->title}} @endif @endsection @section('head-js') @stop @section('meta') @if(count($gallarray) > 0) @foreach($gallarray as $gall) @endforeach @endif @if($product->brands) @endif @stop @section('main')
@if(count($similars) > 0 && !$product->avacheck)

متاسفانه کالا مورد نظر شما موجود نمی باشد. محصولات مشابه آن

@endif
@include('frontends.errors')

{{$product->title}} {{$product->subtitle}}

@if($product->avacheck)
@if($product->price) @if($product->salesprice)
{{number_format($product->salesprice, 0)}} تومان
{{number_format($product->price, 0)}} تومان
{{round((1-($product->salesprice / $product->price))*100)}} %
@else
{{number_format($product->price, 0)}} تومان
@endif @endif
@endif
{!! $product->descr !!}
    @if($product->productcats)
  • دسته‌بندی : @foreach($product->productcats as $cat) {{$cat->title}} / @endforeach
  • @endif
@if($product->expire)
@if(\App\Models\Product::BELOWSIX == $product->expire) تاریخ انقضا: {{$product->expire}} {{@$pppp}} @elseif(\App\Models\Product::BETWEENSIXANDTHREE == $product->expire) تاریخ انقضا: {{$product->expire}} {{@$pppp}} @elseif(\App\Models\Product::UPSIX == $product->expire || \App\Models\Product::BELOWONEYEAR == $product->expire || \App\Models\Product::UPONEYEAR == $product->expire) تاریخ انقضا: {{$product->expire}} {{@$pppp}} @endif
@endif @if(@$chekcprice && $defaultset->minfreeshipping) @if(@$chekcprice>= $defaultset->minfreeshipping)
ارسال رایگان
@endif @endif @if($product->credit)
با خرید این محصول {{$product->credit}} امتیاز در باشگاه مشتریان آقای دارو کسب کنید
@endif

میانگین امتیاز کاربران @if($product->rateCount)
(از {{$product->rateCount}} دیدگاه) @endif

rate == '5') checked @endif/> rate == '4') checked @endif/> rate == '3') checked @endif/> rate == '2') checked @endif/> rate == '1') checked @endif/>
@if(!$product->shutsales)
@if($product->avacheck && $product->ava)
موجود در انبار
@else
اتمام موجودی
@endif
@if($product->avacheck && $product->ava) @if($product->price) {!! Form::open(['url'=>'/ajax/add-to-cart' , 'class'=>'add-to-cart','id'=>'add-to-cart']) !!}
ava == 0) style="display:none;" @endif>
تعداد
saleslimit <= $product->ava && $product->saleslimit) max="{{$product->saleslimit}}" @else max="{{$product->ava}}" @endif class="addtocart-number-input form-control" name="number" placeholder="تعداد"/>
@php $price = $product->salesprice ? $product->salesprice : $product->price; $installment = $price / 4; @endphp
۴ قسط {{ number_format($installment) }} تومانی
بدون سود و کارمزد
@if($defaultset->snapp ) @endif @if($defaultset->torobpay_active) TorobPay @endif @if($defaultset->digipay) DigiPay @endif
{!! Form::close() !!} @endif @else
@endif

کد محصول: {{$product->code}}

@if($product->barcode)

بارکد محصول: {{$product->barcode}}

@endif

تعداد بازدید: {{$product->ViewCount}}

@endif

اطلاعات محصول

@if($product->sps)
{!! $product->sps !!}
@endif @if($product->features)
{!! $product->features !!}
@endif @if($product->howtouse)
{!! $product->howtouse !!}
@endif @if($product->indications)
{!! $product->indications !!}
@endif @if($product->alert)
{!! $product->alert !!}
@endif @if($product->conditions)
{!! $product->conditions !!}
@endif @if($product->body)
{!! $product->body !!}
@endif @if($product->combinations)
{!! $product->combinations !!}
@endif
@if(count($product->producttags)>0)

برچسب ها

@foreach($product->producttags as $tag) {{$tag->title}} / @endforeach
@endif
@if(count($similars) > 0 && $product->avacheck)

محصولات مشابه

@endif

دیدگاه کاربران

@if(count(@$comments) > 0)

دیدگاه کاربران {{count(@$comments)}} دیدگاه

    @foreach($comments as $com)
  1. {{$name}}avatar) src="{{url($user->avatar)}}" @else src="{{url('/avatar.png')}}" @endif class="avatar" onerror="this.src='/no-image-available.jpg';" loading="lazy">{{$name}} ({{\Morilog\Jalali\Jalalian::forge($com->created_at)->format('d F Y در H:i')}})

    {{$com->content}}

    • {{$defaultset->webtitle}}{{$defaultset->webtitle}} ({{\Morilog\Jalali\Jalalian::forge($com->updated_at)->format('d F Y در H:i')}})

      {{$com->reply}}

  2. @endforeach
@endif
{!! Form::open(['url'=>'/submit-comment','method'=>'post','class'=>'comment-product-form comment','id'=>'submitCommentForm']) !!}
ثبت دیدگاه دیدگاه خود را درباره این محصول بیان نمائید و همچنین می توانید سوالات خود را در دیدگاه هر محصول از دکتر داروساز بپرسید
@if($user = \Auth::user())
fname) value="{{$user->fname}} {{$user->lname}}" @endif placeholder="نام و نام خانوادگی" required>
mobile) value="{{$user->mobile}}" @endif placeholder="شماره همراه" required>
@else
@endif
{!! Form::close() !!}
@stop @section('js') @stop