@extends('admin.layout') @section('title', 'Detail Pendaftar') @section('admin-content')
| No. Pendaftaran | : {{ $pendaftaran->nomor_pendaftaran }} |
| Nama | : {{ $pendaftaran->user?->name }} |
| : {{ $pendaftaran->user?->email }} | |
| Prodi | : {{ $pendaftaran->prodi?->nama_prodi ?? '-' }} |
| Fakultas | : {{ $pendaftaran->fakultas?->nama_fakultas ?? '-' }} |
| Jenjang | : {{ $pendaftaran->jenjang ?? '-' }} |
| Step | : {{ $pendaftaran->getStepLabel() }} |
| Progress | : {{ $pendaftaran->progress_percent }}% |
| Status | : {{ ucfirst(str_replace('_', ' ', $pendaftaran->status)) }} |
| Tanggal Daftar | : {{ $pendaftaran->created_at?->format('d M Y H:i') }} |
Biodata calon mahasiswa belum lengkap.
@endif| Jenis | Nama File | Status | Aksi |
|---|---|---|---|
| {{ ucfirst($b->jenis) }} | {{ $b->nama_file }} | {{ $b->status }} |
Belum ada berkas diupload
@endifMetode: {{ ucfirst($pay->metode) }}
Bank: {{ $pay->bank ?? '-' }}
Tanggal: {{ $pay->tanggal_bayar->format('d M Y') }}
Belum ada pembayaran
@endif{{ $log->keterangan }}
Belum ada log status
@endif