Test Event Details
{{ $testevent->name }}
{{ $testevent->assessment->name }}
{{ $testevent->start_date }}
{{ $testevent->end_date }}
{{ $testevent->event_url }}
{{ $testevent->master_key }}
{{ $testevent->no_of_retries }}
{{ $testevent->ip_white_list }}
@if($testevent->custom_choice == 1)
@endif
@endif
Custom Form Fields :
@foreach($testevent->customform as $customfield)
@if($customfield->field_type == 3)
@endif
@endforeach
@elseif($testevent->custom_choice==2)
Label:
{{ $customfield->field_name}}
@if($customfield->field_type == 1)
@elseif($customfield->field_type == 2)
@elseif($customfield->field_type == 3)
@endif
@foreach($customfield->customOptions as $option)
{{ $option->option_name }}
@endforeach
Entity:{{ $testevent->getGenericGroupForm? $testevent->getGenericGroupForm->name : '---' }}
@php $jj =1; @endphp
@foreach($testevent->feedback as $feedback)
@php $jj++; @endphp
@endforeach
@endif
Q{{$jj}}.
@php $ii = 1; @endphp
@foreach($feedback->feedbackFormOptionDetails as $option)
{{ $feedback->question }}
{{ $ii }}.
@php $ii++; @endphp
@endforeach
{{ $option->options }}.