@if($document->description)
{{ $document->description }}
@endif
- Bahasa
- {{ $document->language == 'ms' ? 'Bahasa Melayu' : 'English' }}
@if($document->expiry_date)
- Tarikh Luput
- {{ $document->expiry_date->format('d/m/Y') }}
@endif
- Dicipta
- {{ $document->created_at->format('d/m/Y H:i') }}
@if($document->tags)
@foreach($document->tags as $tag)
{{ $tag }}
@endforeach
@endif