@extends('layout.template') @section('css') @endsection @section('isi')

Ujian

Ujian

@csrf
@php $no = 1; @endphp @foreach ($soal as $item)

Skor = {{ $item->skor }}

{{ $no }}). @if ($item->file != null)
Gambar Soal

@endif {{ $item->soal }}


Jawaban :
@php $jawaban = \App\Models\Jawaban::where('id_soal', $item->id)->get(); @endphp @foreach ($jawaban as $items)
@endforeach
@php $no++; @endphp @endforeach {{-- --}}
@endsection @section('modal') @endsection @section('js') @endsection