माझी वसुंधरा | Contest Form @push('styles') @endpush @php $authUser = auth()->user() @endphp
@foreach ($questions as $question)

{{ $question[0]->category?->name }} - {{ $question[0]->department?->name }}

@foreach ($question as $key=> $q)

Q-{{ $key+1 }})   {{ $q->name }}

@if ($q->note) {{$q->note}} @endif @if ($q->link) @if ($q->link_type == 1) @else @endif @endif
@foreach ($q->options as $option)
id == $q->userSelectedOption->option_id ? 'checked' : '' }} type="radio" name="qst_option.{{ $q->id }}" value="{{ $option->id }}" readonly>
@endforeach
@php $fileNameParts = explode('.', $q->userSelectedOption->document_1); $ext = end($fileNameParts); @endphp @if ($ext == 'pdf') View File @else @endif
@php $fileNameParts = explode('.', $q->userSelectedOption->document_2); $ext = end($fileNameParts); @endphp @if ($ext == 'pdf') View File @else @endif
Marks : {{ $selected_marks && array_key_exists($q->id, $selected_marks) ? $selected_marks[$q->id] : '0' }}
@endforeach
@endforeach

पर्यावरण दूत

@if(!$is_submitted)
@endif
@for ($i=1; $i <= $formCount; $i++ )
@if ($errors->has('name.'.$i)) {{ $errors->first('name.'.$i) }} @endif
@if ($errors->has('age.'.$i)) {{ $errors->first('age.'.$i) }} @endif
@if ($errors->has('gender.'.$i)) {{ $errors->first('gender.'.$i) }} @endif
@if ($errors->has('activity.'.$i)) {{ $errors->first('activity.'.$i) }} @endif
@if ($errors->has('image.'.$i)) {{ $errors->first('image.'.$i) }} @endif
@if ( $hidden_image && array_key_exists($i, $hidden_image) ) @endif
@if(!$is_submitted)
@endif
@endfor
@push('scripts') @endpush