logo
  • Dashboard Student
  • Learning

{{auth()->user()->name}} Group

@csrf Logout

  • STUDENT WEBAPPS

    learning-logo
  • Manage Users
  • Manage Materials
  • AI Generated Questions
  • Manage Questions
  • Assessment Results
  • @csrf Logout

Manage Users

Manage Users

This is the content for the Manage Users of Literacy.

@include('literacy.teacher.users.modals.create')
@forelse ($users as $index => $user) @empty @endforelse
No Nama Email Role Aksi
{{ $index + 1 }} {{ $user->name }} {{ $user->email ?? '-' }} {{ $user->role ?? '-' }}
Tidak ada data
@foreach ($users as $user) @include('literacy.teacher.users.modals.detail', ['user' => $user]) @include('literacy.teacher.users.modals.edit', ['user' => $user]) @include('literacy.teacher.users.modals.delete', ['user' => $user]) @endforeach

Manage Materials

Manage Material

This is the content for the Manage Material of Literacy.

@include('literacy.teacher.materials.modals.create')
@forelse ($materials as $index => $material) @empty @endforelse
No Judul Deskripsi File Aksi
{{ $index + 1 }} {{ $material->title }} {{ $material->description ?? '-' }} @if ($material->file_path) Download @else Tidak ada file @endif
Tidak ada data
@foreach ($materials as $material) @include('literacy.teacher.materials.modals.detail', ['material' => $material]) @include('literacy.teacher.materials.modals.edit', ['material' => $material]) @include('literacy.teacher.materials.modals.delete', ['material' => $material]) @endforeach

Manage Questions

Manage Questions

This is the content for managing assessment questions.

@include('literacy.teacher.questions.modals.create')
@forelse ($questions as $index => $question) @empty @endforelse
No Pertanyaan Tipe Aksi
{{ $index + 1 }} {{ $question->question_text }} {{ ucfirst($question->type) }}
Tidak ada data
@foreach ($questions as $question) @include('literacy.teacher.questions.modals.detail', ['question' => $question]) @include('literacy.teacher.questions.modals.edit', ['question' => $question]) @include('literacy.teacher.questions.modals.delete', ['question' => $question]) @endforeach

Settings

Possible account settings needed
during the learning process

Image 1

My Profile

Ubah data diri kamu

{{-- --}}

Edit Now

Image 2

My Password

Ganti kata sandimu

Change Now

© 2023 Your Website. All rights reserved.