@extends('layouts.sidebar') @section('content')

Laporan Peserta

Data lengkap peserta magang dan PKL

Filter Data
Reset
Data Peserta @if(request()->hasAny(['program_type', 'institusi'])) (Data Difilter) @endif
@forelse($participants as $participant) @empty @endforelse
Nama Peserta Email NIM Institusi Program Barcode ID Total Absensi Tepat Waktu Terlambat Tanggal Daftar Aksi
{{ substr($participant->nama_lengkap, 0, 1) }}
{{ $participant->nama_lengkap }}
{{ $participant->program_type }}
{{ $participant->alamat }} {{ $participant->nim }} {{ $participant->institusi }} @if($participant->program_type === 'Magang') Magang @else PKL @endif {{ $participant->barcode_id }} {{ $participant->total_attendance }} {{ $participant->present_count }} {{ $participant->late_count }} {{ $participant->created_at->format('d/m/Y') }} Download Rekap
Tidak ada data peserta

Tidak ditemukan data peserta dengan filter yang dipilih.

@if($participants->hasPages()) @endif
@endsection