@section('breadcrumbs') @endsection @section('content')
Data {{ ucwords(str_replace('-', ' ', $table )) }}
{{ $certificate->nama_sertifikat }}

Domain: {{ $certificate->domain }}

Status: {{ $certificate->status }}

Tanggal Akhir: {{ $certificate->tgl_akhir }}

{{-- === FILE PREVIEW SECTION === --}} @php $files = [ 'path_crt' => 'File CRT (Certificate)', 'path_key' => 'File KEY (Private Key)', 'path_ca' => 'CA Bundle (Chain)', ]; @endphp @foreach($files as $key => $label)
{{ $label }}
{{-- Tombol Copy --}} {{-- Tombol Download --}} @if($certificate->{$key}) Download @endif
@if($fileContents[$key]) @else Belum ada file diunggah. @endif
@endforeach
@endsection {{-- === SCRIPT COPY FUNCTION === --}}