Logo

{{ $newAction['title'] }}

@error('form-data-error')
@endif
@if ($newActionType)
@if($newSelectedAction['action_type'] == 'open_page') @include('livewire.forms.user.giveaway.modals.actions.open_page.fields') @endif @if( $newSelectedAction['action_type'] == 'unlock_entry') @include('livewire.forms.user.giveaway.modals.actions.unlock')
@include('livewire.forms.user.giveaway.notes.paid-giveaway-note')
@endif
{{ __('labels.number-of-entries-helper') }}
@endif