- Original file
- {{ $recording->original_filename }}
- Duration
- {{ $recording->duration_formatted }}
- Artist
- {{ $recording->artist ?: '—' }}
- Album
- {{ $recording->album ?: '—' }}
- Recorded
- {{ $recording->recorded_at?->format('Y-m-d') ?: '—' }}
- Size
- {{ number_format($recording->file_size_bytes / 1024, 1) }} KB
- Uploaded
- {{ $recording->created_at?->format('Y-m-d H:i') }}