@extends('android/teacher/home') @section('content')
| # | Info | |
|---|---|---|
| {{ $index + 1 }} | {{ $isi->task_name }} {{ $isi->caption }} |
@if ( $isi->tipe == "material" )
|
| # | Nama Klik nama untuk mendetail |
Validation | Skor | Status | Tanggal Mulai | Progress |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $isi->user->name }} | {{ $isi->total_request.'/'.$isi->total_validate }} | {{ number_format($isi->NA, 2) }} | {{ $isi->status }} | {{ $isi->created_at }} |
|