@extends('frontend.layouts.app')
@section('meta_title'){{ $detailedProduct->meta_title }}@stop
@section('meta_description'){{ $detailedProduct->meta_description }}@stop
@section('meta_keywords'){{ $detailedProduct->tags }}@stop
@section('meta')
@endsection
@section('content')
Ended
{{ $review->comment }}
{{ $detailedProduct->getTranslation('name') }}
@if ($detailedProduct->added_by == 'seller' && get_setting('vendor_system_activation') == 1)
{{ $detailedProduct->user->shop->name }}
@else
{{ translate('Inhouse product') }}
@endif
@if(Auth::check() && Auth::user()->product_bids->where('product_id',$detailedProduct->id)->first() != null)
@endif
@php $highest_bid = $detailedProduct->bids->max('amount'); @endphp
@php $min_bid_amount = $highest_bid != null ? $highest_bid+1 : $detailedProduct->starting_bid; @endphp
@if($detailedProduct->auction_end_date >= strtotime("now"))
@foreach ($detailedProduct->reviews as $key => $review)
@if($review->user != null)
@if(count($detailedProduct->reviews) <= 0)
user->avatar_original !=null)
data-src="{{ uploaded_asset($review->user->avatar_original) }}"
@else
data-src="{{ static_asset('assets/img/placeholder.jpg') }}"
@endif
>
{{ $review->user->name }}
{{ translate('Write a review')}}