@extends('layouts.app') @section('title') @if (!empty($title)) {{ $title }} | @endif @parent @endsection @section('page-css') @endsection @section('content') @if (get_option('enable_monetize') == 1)
{!! get_option('monetize_code_above_categories') !!}
@endif
Regístrate Ahora

Cómo Funcionan
Las subastas por BITS

...

PASO #01

REGISTRATE GRATIS

Regístrate, compra BITS y activa tu plan

...

PASO #02

ELIGE TU PRODUCTO

Escoge tu producto favorito y empieza a Bitear

...

PASO #03

OFERTA Y GANA

Se persistente, si tu oferta es la última cuando el reloj llega a cero. GANASTE!!

¿CÓMO FUNCIONA?

BIT2Win

@if (get_option('enable_monetize') == 1)
{!! get_option('monetize_code_below_premium_ads') !!}
@endif
@if ($premium_ads->count())

Subastas Premium

@foreach ($premium_ads as $ad) @if ($ad->is_bid_active()) @livewire('adlive', ['id' => $ad->id], key($ad->id)) @endif @endforeach
@endif @if ($regular_ads->count())

Subastas en vivo

. Subasta cerrada . Próxima subasta . No nuevos Bitters . Subasta activa
@foreach ($regular_ads as $ad) @if ($ad->is_bid_active()) @livewire('adlive', ['id' => $ad->id], key($ad->id)) @endif @endforeach
@else @endif @if (get_option('enable_monetize') == 1)
{!! get_option('monetize_code_below_regular_ads') !!}
@endif {{-- @livewire('winner') --}} @endsection @section('page-js') @endsection