📄 Manuscript Details

Hello,

Please find below the details of the manuscript:

Manuscript ID:
{{ $manuscript->manuscriptID }}
Title:
{{ $manuscript->title }}
Submission Date:
{{ \Carbon\Carbon::parse($manuscript->initialDate)->format('d M Y') }}
Current Status:
@php $statusMap = [ 'NE' => 'New', 'IP' => 'In Process', 'IR' => 'In Review', 'PU' => 'Published', 'RE' => 'Rejected' ]; $status = $statusMap[$manuscript->status] ?? $manuscript->status; @endphp {{ $status }}
@if(!empty($customMessage))
Message from Administrator:

{{ $customMessage }}

@endif @if(($attachmentCount ?? 0) > 0)
✓ Attachments: {{ $attachmentCount }} manuscript file(s), figures, and supplementary attachment(s) are included with this email.
@endif

Best regards,
C3S Publishers
Manuscript Management System