{{ Auth::user()->nama_lengkap }}
{{ Auth::user()->nim }}
My Profile
Log Out
Konfirmasi Logout
Apakah Anda yakin ingin logout?
@section('content')
Kuesioner Metakognitif
Pilih salah satu jawaban yang menurut Anda paling benar.
@csrf @foreach ($questions as $index => $question)
{{ $index + 1 }}. {{ $question }}
0
1
2
3
4
@endforeach @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Simpan Jawaban
Next
×
@section('helpInstructions')