| {{ __('Number') }} | {{ __('Title') }} | {{ __('Description') }} | {{ __('Status') }} | {{ __('Attachment') }} | {{ __('Created') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
| {{ $doc->no }} | {{ $doc->title }} | {{ $doc->description ?: '—' }} | {{ $s['label'] }} | @if(!empty($doc->lampiran_file)) {{ __('View') }} @else — @endif | {{ $doc->created_at?->format('d M Y') }} |
{{ __('Detail') }}
@if($doc->status_id == \App\Models\Document::DOC_STATUS_DRAFT || $doc->status_id == \App\Models\Document::DOC_STATUS_SENT)
@endif
|
|
{{ __('No memos yet. Click "Create Memo" to add one.') }} |
||||||