@extends('organizers.dashboard') @section('content')
Submission ID: {{ $submission->id }}
@if($submission->getStatusCode() === 'WAIT_REV' || $submission->getStatusCode() === 'WAIT_ORG') Resolve Submission @endif
@include('partials.singlepaper_content')
1st Version: Download
@if($submission->getMainPaper()->blind_version === '')
{{ csrf_field() }}
@if ($errors->has('paper')) {{ $errors->first('paper') }} @else Please upload file with .doc / .docx extension only. @endif
@else 1st Version (Blind Mode): Download @endif
@foreach($versions as $ver) @if($ver->version > 1)
Camera Ready Version {{ $ver->version - 1 }}: Download
@endif @endforeach
Status : {{ $submission->getLastPaperReadableStatus() }}
@if($submission->getStatusCode() === 'WAIT_ORG_PAY')
Payment Section
Payment Proof Payment Proof
{{ csrf_field() }}
@endif
Authors
@foreach($authors as $author) @endforeach
No Name E-mail Phone
{{ $author->author_no}} {{ $author->name }} @if($author->is_primary) Contact Author @endif {{ $author->email }} {{ $author->phone }}
Reviewers isCanAssignReviewer()) ? " disabled" : NULL }}>Assign New {{ (!$submission->getLastPaper()->status === 'WAIT_BLIND') ? "Please upload blind version first." : NULL }} {{ ($submission->isPaperResolved()) ? "Paper Already Resolved" : NULL }} Show All Review
@foreach($reviewers as $rev)
No Name {{ $questions->topic_a }} {{ $questions->topic_b }} {{ $questions->topic_c }} {{ $questions->topic_d }} {{ $questions->topic_e }} Recommendation