@extends('layouts.default1400-profile', ['title' => 'علاقه‌مندی‌ها']) @section('content')

با انتخاب و اضافه کردن محصولات به صفحه علاقه مندی ها، آخرین تغییرات مرتبط با موجودی، قرار گرفتن در تخفیف و ... به صورت خودکار به شما اطلاع رسانی خواهد شد.

@foreach($data as $item) @endforeach
نام محصول قیمت وضعیت
×
{{ $item->Product->title }} @if($item->Product->is_general == 1) @if( $item->Product->availability == 1) @if($item->Product->ShowPrice()) {{ number_format( $item->Product->amount ) }} تومان @if( $item->Product->amount_old != 0) {{ number_format($item->Product->amount_old) }} تومان @endif @else استعلام قیمت @endif @else - @endif @else @can('user-products-dentistry') @if( $item->Product->availability == 1) @if($item->Product->ShowPrice()) {{ number_format( $item->Product->amount ) }} تومان @if( $item->Product->amount_old != 0) {{ number_format($item->Product->amount_old) }} تومان @endif @else استعلام قیمت @endif @else - @endif @else ارتقاء و مشاهده قیمت @endcan @endif @if($item->Product->is_general == 1) @if( $item->Product->availability == 1) موجود @else ناموجود @endif @else @can('user-products-dentistry') @if( $item->Product->availability == 1) موجود @else ناموجود @endif @else @endif @endif
@stop