@extends('layouts/UMI') @section('content')
@if (session('sukses')) @endif
Table Peserta

{{-- tombol template --}}
{{-- tabel --}}
@foreach ($asesmen as $a) @endforeach
No MID Nama Lengkap NIK Jenis Kelamin Tempat Lahir Tanggal Lahir HP Unit KC TUK HUK
{{ $a->id }} {{ $a->mid }} {{ $a->nama_lengkap }} {{ $a->nik }} {{ $a->jenis_kelamin }} {{ $a->tempat_lahir }} {{ $a->tgl_lahir }} {{ $a->telp_hp }} {{ $a->unit }} {{ $a->kc }} {{ $a->tuk }} {{ $a->keputusan_asesmen }}
@endsection {{-- datatables --}} @section('footer') @endsection