{{ config('app.name') }}

@if($event === 'created') A new document has been uploaded for you @elseif($event === 'version') A new version of a document is available @else A document file has been replaced @endif

Hello {{ $recipient->full_name }},

@if($event === 'created') New Document @elseif($event === 'version') New Version @else File Replaced @endif
Document {{ $document->title }}
Doc Number {{ $document->doc_number ?? '-' }}
Version {{ $document->version }}
Type {{ \App\Models\Folder::TYPES[$document->document_type] ?? $document->document_type }}
Folder {{ $document->folder?->name ?? '-' }}
Uploaded By {{ $document->creator?->full_name ?? '-' }}
Date {{ now()->format('d M Y, h:i A') }}
@if($notes)
Notes: {{ $notes }}
@endif

Please log in to the system to view and acknowledge this document.

View My Documents