@if(session()->has('alert'))
@include('includes.alert', ['type' => json_decode(session()->get('alert'))->type, 'message' => json_decode(session()->get('alert'))->message])
@endif
Data Pegawai
@csrf
Buat Akun
@csrf
@foreach ($data['akun'] as $row) @endforeach
User ID Password Masa Berlaku Nomor SK Nomor Sertifkat*Khusus PPBJ/Pokja Lampiran SK Lampiran TTD
{{$row['user_id']}} {{$row['password']}} {{$row['masa_berlaku']}} {{$row['nomor_sk']}} {{$row['sertifikat']}} {{$row['keterangan']}} {{$row['nik']}} Unduh Unduh @if($row['is_active'] == 1) Non Aktifkan @else Aktifkan @endif Hapus
@include('admin.includes.data_table', ['target' => '#akun'])