Enter now for a chance to win
{{ $contest->title }}
Winning Amount:
{{ config('app.currency_symbol') }}{{ $contest->winning_amount ?? ($contest->winning_amount ?? '') }}
@if (!empty($contest->price_delivery))
Prize Delivery: {{ $contest->price_delivery }}
@endif
This competition has a maximum of {{ $contest->qty }} entries.
Contest no:
{{ $contest->contest_number ?? ($contest->contest_no ?? '') }}
Tickets Sold
@php
$soldTickets = $contest->orderTickets->count();
$remainingContests = $contest->qty - $contest->orderTickets->count();
@endphp
{{ $soldTickets }}
{{ $contest->qty }}
Only {{ $remainingContests }} remaining!
@if ($endDate > now() && $remainingContests != 0)
{{ config('app.currency_symbol') }}{{ $contest->price }}
Per ticket
{{-- @if (Auth::check()) --}}
{{-- @else
@endif --}}
@else
@if (!empty($soldOutImg))

@else
Contest Expired OR Ticket SoldOut.
@endif
@endif
{{-- {!! Share::page(route('contest-details', ['id' => $contest->id, 'slug' => $contest->slug]))->facebook()->twitter()->linkedin() !!} --}}