@extends('layouts.admin') @section('title', 'Maklumat Peserta') @section('content')

{{ $participant->full_name }}

Muat Turun Sijil Edit
Maklumat Peserta
No. KP{{ $participant->formatted_ic_number }}
No. Peserta{{ $participant->participant_number ?? '-' }}
Kategori{{ $participant->category ?? '-' }}
Status @if($participant->certificate_status->value === 'downloaded') Telah dimuat turun @else Belum dimuat turun @endif
Muat Turun Pertama{{ $participant->first_downloaded_at?->format('d/m/Y H:i') ?? '-' }}
Muat Turun Terakhir{{ $participant->last_downloaded_at?->format('d/m/Y H:i') ?? '-' }}
Bilangan Muat Turun{{ $participant->download_count }}
Tarikh Import{{ $participant->created_at->format('d/m/Y H:i') }}
Sejarah Muat Turun
@forelse($participant->downloads as $d) @empty @endforelse
TarikhIPPerantiJenis
{{ $d->downloaded_at->format('d/m/Y H:i') }} {{ $d->ip_address }} {{ $d->device_type }} {{ $d->download_type }}
Tiada rekod muat turun.
@csrf
Kembali @endsection