@extends('user.template-user') @section('title', 'Home') @section('head') @endsection @section('content')
@csrf @foreach ($ujis as $no => $uji) @endforeach
No Kode Pertanyaan Jawab Keterangan
{{ $no + 1 }} {{ $uji->kode }} {{ $uji->sub_unsur }}
@endsection @section('script') @endsection