Canvas not supported, use another browser.

{!! $daily->parsed_description !!}

@if (Auth::user())

@if ($daily->daily_timeframe == 'lifetime') You will be able to collect rewards once. @else You will be able to collect rewards {!! $daily->daily_timeframe !!}. @endif @if (Auth::check() && isset($cooldown)) You can collect rewards {!! pretty_date($cooldown) !!}! @endif
@else
@endif @if ($daily->progress_display != 'none')

Prize Pool

@foreach ($daily->rewards()->get() as $reward)
{{ $loop->index + 1 }}
@if ($daily->progress_display == 'all')
@if ($reward->rewardImage)
{{ $reward->reward()->first()->name }}
@endif
{{ $reward->quantity }} {{ $reward->reward()->first()->name }}
@endif
@endforeach
@endif @section('scripts') @endsection