@extends('layouts.admin') @section('title', 'Laporan') @section('content')
| Nama | No. Peserta | Kategori | Pertama | Terakhir | Bilangan | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Nama | No. Peserta | Kategori | Tarikh Import | |||||||||||||
| Nama | Tarikh | IP | Peranti | Browser | Status | Jenis | ||||||||||
| {{ $row->full_name }} | {{ $row->participant_number }} | {{ $row->category }} | {{ $row->first_downloaded_at?->format('d/m/Y H:i') }} | {{ $row->last_downloaded_at?->format('d/m/Y H:i') }} | {{ $row->download_count }} | @elseif($type === 'not_downloaded'){{ $row->full_name }} | {{ $row->participant_number }} | {{ $row->category }} | {{ $row->created_at->format('d/m/Y H:i') }} | @elseif($type === 'history'){{ $row->participant?->full_name }} | {{ $row->downloaded_at->format('d/m/Y H:i') }} | {{ $row->ip_address }} | {{ $row->device_type }} | {{ $row->browser }} | {{ $row->download_status }} | {{ $row->download_type }} | @endif