@extends('layouts.web') @section('title') Latihan Kuis @endsection @section('breadcrumb') @endsection @section('content')

Latihan Kuis

Silakan kerjakan soal-soal dibawah ini dengan teliti dan benar

@csrf
@foreach ($soals as $soal)
@endforeach
@foreach ($soals as $soal)

Soal. {{ $loop->iteration }}

{!! $soal->pertanyaan !!}




@endforeach
@endsection