@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
You must be logged in to collect {{ __('dailies.dailies') }}!