@extends('frontend.template-1.partials.master') @section('content') @include('frontend.template-1.breadcrumb.breadcrumb')
{{ $auction_details->getTranslation('short_desc') }}
@if ($auction_details->sale_type == 1) @php $latest_bid = latestBidPrice($auction_details->id); $auctionDate= currentDate() < $auction_details->start_date ? $auction_details->start_date : $auction_details->end_date @endphp @if (isset($latest_bid->bid_amount)){{ translate('Bid Amount') }} : {{ translate('Minimum Bid') }} {{ currency_symbol() . ($latest_bid->bid_amount ?? $auction_details->min_bid_price) + 1 }}
| {{ $specification->getTranslation('label') }} | {{ $specification->getTranslation('value') }} |
@endif
{{ currency_symbol(). number_format($bidhistory->bid_amount, 2) }}
{{ $bidhistory->created_at }}
{{ $reply->comments }}
{{ $product_review->users->fname ? $product_review->users->fname . ' ' . $product_review->users->lname : $product_review->users->username }},
{{ $product_review->created_at->diffForHumans() }}@switch($product_review->rate) @case(1)
@break
@case(1.5)
@break
@case(2)
@break
@case(2.5)
@break
@case(3)
@break
@case(3.5)
@break
@case(4)
@break
@case(4.5)
@break
@default
@endswitch
{{ $product_review->comments }}