@extends('layouts.app') @section('content')

Input Soal: {{ $ujian->judul }}

@if(session('success')) @endif @if($errors->any()) @endif
@csrf @for($i=0; $i<5; $i++)
Soal {{ $i + 1 }} / 5
@foreach(['a','b','c','d'] as $opt)
{{ strtoupper($opt) }}
@endforeach

@endfor
@endsection