{{ $actionData->action_group }}

@if($actionData->description)

{{ $actionData->description }}

@endif
@if($this->userUnlockedActionExists($actionData->id) == 'paid')
{{ __('giveaway.entry-fee-paid') }}
@elseif($this->userUnlockedActionExists($actionData->id) == 'pending')
{{ __('giveaway.entry-fee-pending') }}
@else @endif