No | Nama | No HP/WA | Kehadrian | |
---|---|---|---|---|
{{ $index + 1 }} | {{ $peserta->nama_lengkap }} | {{ @$peserta->no_hp ?? "-" }} | {{ $peserta->email }} | @php $cek = $jadwal->absen_pesertas->where('peserta_id', @$peserta->id ?? 0)->first(); @endphp @if ($cek && $cek->hadir) Hadir @else Tidak Hadir @endif |