@extends('layouts.answer-sheet') @section('content')
{!! json_encode(collect($participant_section)->except(['answers']), JSON_PRETTY_PRINT) !!}