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 }}
Best regards,
C3S Publishers
Manuscript Management System