@extends('layouts.app') @section('title') Latihan Kuis @endsection @section('content')
Tambah Data
@foreach ($soals as $item) @endforeach
# Pertanyaan Action
{{ $loop->iteration }} {!! $item->pertanyaan !!}
@csrf @method('DELETE')
@endsection @section('script') @endsection