@extends('layouts.app') @section('title', 'Share: ' . $document->title) @section('content')

{{ $document->title }}

{{ $document->category_label }} @if($document->subcategory) {{ $document->subcategory_label }} @endif

Preview Dokumen

{{ $document->views }} views | {{ $document->downloads }} downloads

Bagikan Dokumen

{!! $qrCode !!}

Scan QR code untuk membuka dokumen


Klik tombol copy untuk menyalin link

Informasi Dokumen

Ukuran: {{ $document->formatted_file_size }}
Format: PDF
Tanggal: {{ $document->created_at->format('d M Y') }}
@push('scripts') @endpush @push('styles') @endpush @endsection