@foreach($proctoringdetails as $proctoringdetail)
Window :
@if($proctoringdetail->is_window_proctering == 1) Yes @else No @endif
Image :
@if($proctoringdetail->is_image_proctering == 1) Yes @else No @endif
Screen Capture :
@if($proctoringdetail->is_screen_capture == 1) Yes @else No @endif
ID Proof :
@if($proctoringdetail->is_id_proof_required == 1) Yes @else No @endif
Live Recording :
@if($proctoringdetail->live_record == 1) Yes @else No @endif
Screen Recording:
@if($proctoringdetail->screen_share_record == 1) Yes @else No @endif
@endforeach