@extends('layouts.default1400-profile', ['title' => 'استعلامهای من']) @section('content')
| زمان استعلام | زمان پاسخ | نام محصول | قیمت | وضعیت |
|---|---|---|---|---|
| {{ GetShamsiDate($item->created_at) }} | {{ GetShamsiDate($item->response_at) }} | {{ $item->Product->title }} | @if($item->response_at != null && $item->response_at != "") @if($item->unavailable == 1) ناموجود @else @if($item->Product->ShowPrice()) {{ number_format($item->Product->amount, 0, '', ',') }} تومان @else استعلام منقضی شد @endif @endif @endif | {{ $item->active == 1 ? 'منتظر پاسخ' : '' }} @if($item->response_at != null && $item->response_at != "") @if($item->Product->ShowPrice()) پاسخ داده شد @else استعلام مجدد @endif @endif |
نمایش توضیحات |
||||