{{$raffle->title}}

Compartir:
@php $currentUrl = urlencode(url()->current()); $pageTitle = urlencode($raffle->title); @endphp
@if($ticket_max > 0 && $raffle->status == "A")
{{$raffle->price}} $ X {{$quantity}} = {{$raffle->price * ($quantity > 0 ? $quantity : 1) }} $ ({{$raffle->price * ($quantity > 0 ? $quantity : 1) * $config->exchange_rate}} BS)
@endif
@if($ticket_max > 0 && $raffle->status == "A")
Tickets Vendidos
0
/{{$raffle->ticket_total}}
Tickets agotados
@elseif($raffle->status == "C") @endif
{!! $raffle->description !!}

Revisa otras de nuestras rifas activas

@if($showModal) @livewire('public.components.payment-modal', ['raffle' => $raffle, 'quantity' => $quantity]) @endif
@push('additional_scripts') @endpush