@extends('layouts.app') @section('title', 'Peserta — ' . config('app.name')) @section('content')
| Kode | Nama | Surel | Matriks | Aktif | @if (auth()->user()->role === 'admin')Aksi | @endif
|---|---|---|---|---|---|
| {{ $row->kode_peserta }} | {{ $row->nama_lengkap }} | {{ $row->alamat_surel ?? '—' }} | {{ $row->matrixVersion?->kode_versi ?? '—' }} | {{ $row->aktif ? 'Ya' : 'Tidak' }} | @if (auth()->user()->role === 'admin')Ubah | @endif