@extends('layouts.cbt') @section('page-title', 'Edit Soal') @section('sidebar')@include('components.guru-sidebar')@endsection @section('content') @php $correctIdx = $question->options->values()->search(fn($o) => $o->is_correct); $correctIndices = $question->options->values()->filter(fn($o) => $o->is_correct)->keys()->values()->all(); @endphp