{{ $ad->title }} Valor Total ${{ $ad->real_price }}
Duracion maxima: {{ $ad->expired_at }} @if (!$ad->is_bid_active()) . Subasta cerrada @else @if (!$ad->isOpenDate()) . Próxima subasta @else @if ($ad->allow_new_bids()) . Subasta activa @else . No nuevos Bitters @endif @endif @endif
{!! themeqx_price($ad->current_bid()) !!}
{{ $ad->seller_name }} @if (count($ad->bids))
{{ $ad->bids[0]->user->user_name }}
@endif
@foreach ($ad->bids as $bid) @if ($loop->iteration > 10) @break @endif
{{ $bid->get_dateTime()->format('H:i:s') }}
{{ $bid->user->user_name }}
{!! themeqx_price($bid->bid_amount) !!}
@endforeach

TOP BITERS

@foreach ($ad->bids_bit() as $bid) @if ($loop->iteration > 5) @break @endif @endforeach
Horario Usuario # TOP BITER
{{ $bid->date }} {{ $bid->user_name }} {{ $loop->iteration }}
@foreach ($ad->media_img as $img)
{{ $ad->title }}
-{{ 100 - round(($ad->current_bid() * 100) / $ad->real_price) }}%
@endforeach
@foreach ($ad->media_img as $img)
{{ $ad->title }}
@endforeach

DESCRIPCIÓN DEL PRODUCTO

Si la duración máxima de la subasta termina y ninguna oferta ha llegado a cero, gana el TOP BITER #1
{!! safe_output($ad->description) !!}