@extends('layouts.app') @section('content')
| Judul | Kelas | Mata Pelajaran | Pengumpulan | {{-- 🔥 baru --}}Status | {{-- 🔥 baru --}}File | Deadline | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $t->judul }} | {{ $t->kelas->nama_kelas ?? '-' }} | {{ $t->mapel->nama_mapel ?? '-' }} | {{-- 🔥 JUMLAH PENGUMPULAN --}}{{ $t->pengumpulan_count }} / {{ $t->total_siswa }} | {{-- 🔥 STATUS DEADLINE --}}@if(now()->gt($t->deadline)) Lewat @else Aktif @endif | {{-- FILE --}}@if($t->file) Download @else - @endif | {{-- DEADLINE --}}{{ \Carbon\Carbon::parse($t->deadline)->format('d M Y H:i') }} | {{-- AKSI --}}Pengumpulan Detail Edit |
| Belum ada tugas | |||||||