{{$whoReviewId->reviewCycle->title}}

{{$whoReviewId->reviewee->name}} {{$whoReviewId->reviewer->name}}
@csrf @if(count($all_fields)>0) @php($count = 1) @foreach($all_fields as $fields)
@switch($fields['field_type']) @case('starRating')

{{$count}}. {!! $fields['field_name'] !!}

@if(isset($fields['field_data']) && $fields['field_data'] >0) @for($star=1;$star<=$fields['field_data'];$star++) @endfor @endif
@break @case('text')

{{$count}}. {!! $fields['field_name'] !!}

{!! ($fields['field_data']!='')?$fields['field_data']:' ' !!}
@break @case('textarea')

{{$count}}. {!! $fields['field_name'] !!}

{!! ($fields['field_data']!='')?$fields['field_data']:' ' !!}
@break @case('checkbox-group')

{{$count}}. {!! $fields['field_name'] !!}

@if(is_object($fields['custom_field_options']) && count($fields['custom_field_options'])>0) @php($chkLength = 1) @php($chkCount = count($fields['custom_field_options'])) @php($cf_data = ((isset($fields['field_data']) && $fields['field_data'] !='') )?@unserialize($fields['field_data']):[]) @foreach($fields['custom_field_options'] as $options) @php ( $ckbox = ($cf_data !='' && in_array($options->option_value,$cf_data) )? '':'') @php($chkLength++) @endforeach @endif
@break @case('radio-group')

{{$count}}. {!! $fields['field_name'] !!}

@if(is_object($fields['custom_field_options']) && count($fields['custom_field_options'])>0) @php($chkLength = 1) @php($chkCount = count($fields['custom_field_options'])) @php($cf_data = ((isset($fields['field_data']) && $fields['field_data'] !='') )?$fields['field_data']:'') @foreach($fields['custom_field_options'] as $options) @php ( $ckbox = ($options->option_value == $cf_data)? '#52495a;':'#DEE2E6;') @php($chkLength++) @endforeach @endif
@break @case('select')

{{$count}}. {!! $fields['field_name'] !!}

@if(is_object($fields['custom_field_options']) && count($fields['custom_field_options'])>0)
@foreach($fields['custom_field_options'] as $options) @if(isset($fields['field_data']) && $fields['field_data']==$options->option_value) {!! ($options->field_options!='')?$options->field_options:' ' !!} @else   @endif @endforeach
@endif
@break @case('number')
Warning: Undefined variable $fields in /home/people/public_html/resources/views/reviews/show.blade.php on line 125

Warning: Trying to access array offset on value of type null in /home/people/public_html/resources/views/reviews/show.blade.php on line 125

Warning: Undefined variable $quizFields in /home/people/public_html/resources/views/reviews/show.blade.php on line 125

Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in /home/people/public_html/resources/views/reviews/show.blade.php:125 Stack trace: #0 {main} thrown in /home/people/public_html/resources/views/reviews/show.blade.php on line 125