-{{ 100 - round(($ad->current_bid() * 100) / $ad->real_price) }}%

{{ $ad->title }} @if (!$ad->is_bid_active()) . @else @if (!$ad->isOpenDate()) . @else @if ($ad->allow_new_bids()) . @else . @endif @endif @endif

@if (!$ad->is_bid_active())
Vendido
@endif
@if (!$ad->is_bid_active())
{!! themeqx_price($ad->current_bid()) !!}

{{ sizeof($ad->bids) > 0 ? $ad->bids[0]->user->user_name : $ad->seller_name }}

@else @if (!$ad->isOpenDate())

Empieza pronto

Comienza el {{ $ad->begin_at }}
@else

{!! themeqx_price($ad->current_bid()) !!}

{{ sizeof($ad->bids) > 0 ? $ad->bids[0]->user->user_name : $ad->seller_name }}
@endif @endif
Valor Total
${{ $ad->real_price }}