@extends('layouts.app') @section('title', 'Peserta Magang') @section('content')
PT Putra Taro Paloma
| No | NIM | Nama | Prodi | Asal | Periode | Status | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $pesertaList->firstItem() + $i }} | {{ $peserta->nim }} | {{ $peserta->nama }} | {{ $peserta->program_studi }} | {{ $peserta->asal_instansi }} | {{ $peserta->periode_mulai?->format('d M Y') }} – {{ $peserta->periode_selesai?->format('d M Y') }} | @if($peserta->status == 'aktif') Aktif @else Selesai @endif | {{-- Tombol Edit --}} {{-- Tombol Hapus --}} {{-- Hidden form hapus (WAJIB di luar tombol, punya id unik) --}} |
| Belum ada data peserta magang | |||||||