{!! replaceBaseUrl($ad_details->description) !!}
@if (!empty($userShopSetting) && $userShopSetting->item_rating_system)
@if (count($reviews))
@foreach ($reviews as $review)
-
{{ !empty(convertUtf8($review->customer)) ? convertUtf8($review->customer->username) : '' }}
{{ $review->created_at->format('F j, Y') }}
{{ convertUtf8($review->comment) }}
@endforeach
@else
{{ $keywords['no_reviews_found'] ?? 'No Review Found' }}
@endif
@if (Auth::guard('customer')->user())
@if (App\Models\User\UserOrderItem::where('customer_id', Auth::guard('customer')->user()->id)->where('item_id', $ad_details->item_id)->exists())
@endif
@else
@endif
@endif