@foreach ($raffle->media as $index => $media)
@if(pathinfo($media->file, PATHINFO_EXTENSION) == 'mp4')
@else
@endif
@endforeach
@if($ticket_max > 0 && $raffle->status == "A")
@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
Tickets Vendidos
0
/{{$raffle->ticket_total}}
Rifa completada
@endif
{!! $raffle->description !!}