@extends('layouts.app') @if (isset($product)) @section('title', $product[0]->name) @section('description', '') @section('ogTitle', $product[0]->name) @section('ogUrl', url('')) @section('ogImage', url('/products/' . $product[0]->image)) @section('sidebar') @section('ogContent') {{-- --}} @endsection @stop @section('content') @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
POR APENAS R$ {{ $product[0]->price }}
@if (env('REQUIRED_DESCRIPTION'))

{!! $productDescription !!}

@endif
Sorteio
{{ date('d/m/Y', strtotime($productModel->draw_prediction)) }} ás {{ date('H:i', strtotime($productModel->draw_prediction)) }}
@if ($product[0]->status == 'Finalizado')

Rifa Finalizada!

@if (env('APP_URL') == 'rifasonline.link')

Aguardando sorteio pela loteria federal

@endif

🎉 Ganhadores

@foreach ($productModel->premios()->where('descricao', '!=', '') as $premio)
@endforeach
@else {{-- Ranking de compradores (WDM) --}} @if (count($ranking) > 0)

Warning: main(): Invalid date.timezone value 'UTC-3', we selected the timezone 'UTC' for now. in /home/mariottopremios/public_html/rifa.mariottopremios.com/resources/views/new-layout/product-detail-wdm.blade.php on line 466

Notice: Undefined variable: totalPago in /home/mariottopremios/public_html/rifa.mariottopremios.com/resources/views/new-layout/product-detail-wdm.blade.php on line 466
RANKING DE COMPRADORES
Quem compra mais ganha.
@foreach ($ranking as $key => $rk)
{{ $key + 1 }}º {{ $key === 0 ? '🥇' : '🥈' }}
{{ $rk->name }}
Qtd. de Bilhetes {{ $rk->totalReservas }}
@endforeach
@endif {{-- Promoções --}} @if ($productModel->promocoes()->where('qtdNumeros', '>', 0)->count() > 0)

📣 Promoção Compre mais barato!

@foreach ($productModel->promocoes()->where('qtdNumeros', '>', 0) as $promo)
{{ $promo->qtdNumeros }} POR - R$: {{ $promo->valorFormatted() }}
@endforeach
@endif {{-- Ver meus premios e Parcial --}}
@if (env('APP_URL') != 'rifasonline.link') @endif
@if ($productModel->parcial)
{{ $productModel->porcentagem() }}%
@endif
@if ($type_raffles == 'automatico') {{-- Compra automatica --}}

Warning: main(): Invalid date.timezone value 'UTC-3', we selected the timezone 'UTC' for now. in /home/mariottopremios/public_html/rifa.mariottopremios.com/resources/views/new-layout/product-detail-wdm.blade.php on line 568

Notice: Undefined variable: totalPago in /home/mariottopremios/public_html/rifa.mariottopremios.com/resources/views/new-layout/product-detail-wdm.blade.php on line 568
COMPRA AUTOMÁTICA
O site escolhe números aleatórios para você.
+ 5
SELECIONAR
+ 10
SELECIONAR
+ 30
SELECIONAR
+ 100
SELECIONAR
+ 500
SELECIONAR
{{--
--}}
@elseif ($type_raffles == 'manual' || $type_raffles == 'mesclado')

Escolha você mesmo clicando no(s) número(s) desejado(s)!!!

@if ($type_raffles == 'mesclado') @endif @endif @endif
{{-- Modal Premios --}}
@endif @stop