@extends('layouts.default-new') @section('title', 'دنت آنلاین مرجع جامع تجهیزات دندانپزشکی - مقایسه محصولات' ) @section('bodyclass', 'page home page-template-default pace-done') @section('content')
@foreach($technical as $item) @if($item->value1!="" || $item->value2!="" || $item->value3!="" || $item->value4!="") @endif @endforeach
محصول @if($product1!=null)

{{ $product1->title }}

امتیاز {{ $product1->rating_summery }} از 5
@else
@endif
@if($product2!=null)

{{ $product2->title }}

امتیاز {{ $product2->rating_summery }} از 5
@else
@endif
@if($product3!=null)

{{ $product3->title }}

امتیاز {{ $product3->rating_summery }} از 5
@else
@endif
@if($product4!=null)

{{ $product4->title }}

امتیاز {{ $product4->rating_summery }} از 5
@else
@endif
قیمت
@if($product1!=null) @if($product1->ShowPrice()) @can('user-product-amount') {{ number_format($product1->amount, 0, '', ',') }} تومان @if($product1->old_amount != 0) {{ number_format($product1->old_amount, 0, '', ',') }} تومان @endif @else [قیمت: - تومان] @endcan @else استعلام قیمت @endif @endif
@if($product2!=null) @if($product2->ShowPrice()) @can('user-product-amount') {{ number_format($product2->amount, 0, '', ',') }} تومان @if($product2->old_amount != 0) {{ number_format($product2->old_amount, 0, '', ',') }} تومان @endif @else [قیمت: - تومان] @endcan @else استعلام قیمت @endif @endif
@if($product3!=null) @if($product3->ShowPrice()) @can('user-product-amount') {{ number_format($product3->amount, 0, '', ',') }} تومان @if($product3->old_amount != 0) {{ number_format($product3->old_amount, 0, '', ',') }} تومان @endif @else [قیمت: - تومان] @endcan @else استعلام قیمت @endif @endif
@if($product4!=null) @if($product4->ShowPrice()) @can('user-product-amount') {{ number_format($product4->amount, 0, '', ',') }} تومان @if($product4->old_amount != 0) {{ number_format($product4->old_amount, 0, '', ',') }} تومان @endif @else [قیمت: - تومان] @endcan @else استعلام قیمت @endif @endif
موجودی @if($product1!=null) {{ $product1->availability == 1 ? 'موجود' : 'ناموجود' }} @endif @if($product2!=null) {{ $product2->availability == 1 ? 'موجود' : 'ناموجود' }} @endif @if($product3!=null) {{ $product3->availability == 1 ? 'موجود' : 'ناموجود' }} @endif @if($product4!=null) {{ $product4->availability == 1 ? 'موجود' : 'ناموجود' }} @endif
{{ $item->title }} {{ ($item->value1 != "" ? $item->value1 : "" ) }} {{ ($item->value2 != "" ? $item->value2 : "" ) }} {{ ($item->value3 != "" ? $item->value3 : "" ) }} {{ ($item->value4 != "" ? $item->value4 : "" ) }}
افزودن به سبد خرید @if($product1!=null) مشاهده محصول @endif @if($product2!=null) مشاهده محصول @endif @if($product3!=null) مشاهده محصول @endif @if($product4!=null) مشاهده محصول @endif
  @if($product1!=null) @endif @if($product2!=null) @endif @if($product3!=null) @endif @if($product4!=null) @endif
@stop @section('scripts') @stop