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

{{ $document->title }}

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

{{ $document->description }}

@endif
@if($document->document_date) {{ $document->document_date->locale('id')->translatedFormat('d F Y') }} @endif {{ $document->views }} views {{ $document->downloads }} downloads {{ $document->formatted_file_size }}

Bagikan Dokumen

Klik tombol copy untuk menyalin link

{!! $qrCode !!}

Scan QR code untuk membuka dokumen

@push('scripts') @endpush @endsection