@extends('layouts.admin') @section('content')
{!! $reviewerTwo->abstract_title !!}
@method('PUT') @csrf
{{ $reviewerTwo->submitter_name }}
{{ $reviewerTwo->submitter_designation }}
{{ $reviewerTwo->submitter_email_address }}
{{ ucfirst($reviewerTwo->first_author_title) }}. {{ $reviewerTwo->first_author_fiirst_name }} {{ $reviewerTwo->first_author_last_name }} ( {{ App\Models\reviewerTwo::FIRST_AUTHOR_GENDER_SELECT[$reviewerTwo->first_author_gender] ?? '' }})
{{ ucfirst($reviewerTwo->first_author_country) }}
{{ $reviewerTwo->first_author_email }}
{!! $reviewerTwo->first_author_affiliation !!}
{{ ucfirst($reviewerTwo->first_author_category) }} - {{ $reviewerTwo->first_author_fetp_level }} @if (!empty($reviewerTwo->forst_author_alumni_completion)) (completed : {{ $reviewerTwo->forst_author_alumni_completion }}) @else @endif
{{ $reviewerTwo->abstract_sub_theme }} @if ($errors->has('abstract_sub_theme')) {{ $errors->first('abstract_sub_theme') }} @endif {{ trans('cruds.reviewerTwo.fields.abstract_sub_theme_helper') }}

{{ $reviewerTwo->co_authors }}

{!! $reviewerTwo->abstract_title !!}

{!! $reviewerTwo->abstract_backgound !!}

{!! $reviewerTwo->abstract_methods !!}

{!! $reviewerTwo->abstract_results !!}

{!! $reviewerTwo->abstract_conclusion !!}

{!! $reviewerTwo->key_words !!}

@if ($errors->has('reviewer')) {{ $errors->first('reviewer') }} @endif {{ trans('cruds.reviewerTwo.fields.reviewer_helper') }}
@if ($errors->has('reviewer_2_background_study')) {{ $errors->first('reviewer_2_background_study') }} @endif {{ trans('cruds.reviewerTwo.fields.reviewer_2_background_study_helper') }}
Absent/poor = 1, Fair=2, Good=3, Very Good=4, Excellent=5
@if ($errors->has('reviewer_2_method_apporpriate')) {{ $errors->first('reviewer_2_method_apporpriate') }} @endif {{ trans('cruds.reviewerTwo.fields.reviewer_2_method_apporpriate_helper') }}
Absent/poor = 1, Fair=2, Good=3, Very Good=4, Excellent=5
@if ($errors->has('reviewer_2_results_presentable')) {{ $errors->first('reviewer_2_results_presentable') }} @endif {{ trans('cruds.reviewerTwo.fields.reviewer_2_results_presentable_helper') }}
Absent/poor = 1, Fair=2, Good=3, Very Good=4, Excellent=5
@if ($errors->has('reviewer_2_results_conclusion')) {{ $errors->first('reviewer_2_results_conclusion') }} @endif {{ trans('cruds.reviewerTwo.fields.reviewer_2_results_conclusion_helper') }}
Absent/poor = 1, Fair=2, Good=3, Very Good=4, Excellent=5
@if ($errors->has('reviewer_2_ph_signicance')) {{ $errors->first('reviewer_2_ph_signicance') }} @endif {{ trans('cruds.reviewerTwo.fields.reviewer_2_ph_signicance_helper') }}
Absent/poor = 1, Fair=2, Good=3, Very Good=4, Excellent=5
@if ($errors->has('reviewer_2_overall_clarity')) {{ $errors->first('reviewer_2_overall_clarity') }} @endif {{ trans('cruds.reviewerTwo.fields.reviewer_2_overall_clarity_helper') }}
Absent/poor = 1, Fair=2, Good=3, Very Good=4, Excellent=5
@if ($errors->has('reviewer_2_total')) {{ $errors->first('reviewer_2_total') }} @endif {{ trans('cruds.reviewerTwo.fields.reviewer_2_total_helper') }}
@if ($errors->has('reviewer_2_complete')) {{ $errors->first('reviewer_2_complete') }} @endif {{ trans('cruds.reviewerTwo.fields.reviewer_2_complete_helper') }}
@if ($errors->has('reviewer_2_comments')) {{ $errors->first('reviewer_2_comments') }} @endif {{ trans('cruds.reviewerTwo.fields.reviewer_2_comments_helper') }}
@if ($errors->has('reject_accept')) {{ $errors->first('reject_accept') }} @endif {{ trans('cruds.reviewerTwo.fields.reject_accept_helper') }}
@if ($errors->has('presentation_type')) {{ $errors->first('presentation_type') }} @endif {{ trans('cruds.reviewerTwo.fields.presentation_type_helper') }}
@endsection @section('scripts') @endsection