@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.journal.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.journal.fields.name_helper') }}
@if($errors->has('country'))
{{ $errors->first('country') }}
@endif {{ trans('cruds.journal.fields.country_helper') }}
@if($errors->has('publisher'))
{{ $errors->first('publisher') }}
@endif {{ trans('cruds.journal.fields.publisher_helper') }}
{{ trans('global.select_all') }} {{ trans('global.deselect_all') }}
@if($errors->has('categories'))
{{ $errors->first('categories') }}
@endif {{ trans('cruds.journal.fields.category_helper') }}
@if($errors->has('index'))
{{ $errors->first('index') }}
@endif {{ trans('cruds.journal.fields.index_helper') }}
@if($errors->has('issn'))
{{ $errors->first('issn') }}
@endif {{ trans('cruds.journal.fields.issn_helper') }}
@foreach(App\Models\Journal::OPEN_ACCES_RADIO as $key => $label)
open_acces) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('open_acces'))
{{ $errors->first('open_acces') }}
@endif {{ trans('cruds.journal.fields.open_acces_helper') }}
@if($errors->has('journal_link'))
{{ $errors->first('journal_link') }}
@endif {{ trans('cruds.journal.fields.journal_link_helper') }}
@foreach(App\Models\Journal::SCOPUS_RADIO as $key => $label)
scopus) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('scopus'))
{{ $errors->first('scopus') }}
@endif {{ trans('cruds.journal.fields.scopus_helper') }}
@if($errors->has('scopus_note'))
{{ $errors->first('scopus_note') }}
@endif {{ trans('cruds.journal.fields.scopus_note_helper') }}
@foreach(App\Models\Journal::WOS_RADIO as $key => $label)
wos) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('wos'))
{{ $errors->first('wos') }}
@endif {{ trans('cruds.journal.fields.wos_helper') }}
@foreach(App\Models\Journal::WOS_PARAMETER_RADIO as $key => $label)
wos_parameter) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('wos_parameter'))
{{ $errors->first('wos_parameter') }}
@endif {{ trans('cruds.journal.fields.wos_parameter_helper') }}
@foreach(App\Models\Journal::QUARTILES_RADIO as $key => $label)
quartiles) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('quartiles'))
{{ $errors->first('quartiles') }}
@endif {{ trans('cruds.journal.fields.quartiles_helper') }}
@foreach(App\Models\Journal::SCIMAGOJR_RADIO as $key => $label)
scimagojr) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('scimagojr'))
{{ $errors->first('scimagojr') }}
@endif {{ trans('cruds.journal.fields.scimagojr_helper') }}
@if($errors->has('scimagojr_note'))
{{ $errors->first('scimagojr_note') }}
@endif {{ trans('cruds.journal.fields.scimagojr_note_helper') }}
@foreach(App\Models\Journal::SCIMAGOJR_QUARTILES_RADIO as $key => $label)
scimagojr_quartiles) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('scimagojr_quartiles'))
{{ $errors->first('scimagojr_quartiles') }}
@endif {{ trans('cruds.journal.fields.scimagojr_quartiles_helper') }}
@foreach(App\Models\Journal::ABDC_RADIO as $key => $label)
abdc) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('abdc'))
{{ $errors->first('abdc') }}
@endif {{ trans('cruds.journal.fields.abdc_helper') }}
@foreach(App\Models\Journal::ABDC_RATING_RADIO as $key => $label)
abdc_rating) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('abdc_rating'))
{{ $errors->first('abdc_rating') }}
@endif {{ trans('cruds.journal.fields.abdc_rating_helper') }}
@foreach(App\Models\Journal::HEC_RADIO as $key => $label)
hec) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('hec'))
{{ $errors->first('hec') }}
@endif {{ trans('cruds.journal.fields.hec_helper') }}
@foreach(App\Models\Journal::HEC_CATEGORY_RADIO as $key => $label)
hec_category) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('hec_category'))
{{ $errors->first('hec_category') }}
@endif {{ trans('cruds.journal.fields.hec_category_helper') }}
@foreach(App\Models\Journal::DOI_RADIO as $key => $label)
doi) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('doi'))
{{ $errors->first('doi') }}
@endif {{ trans('cruds.journal.fields.doi_helper') }}
@if($errors->has('doi_note'))
{{ $errors->first('doi_note') }}
@endif {{ trans('cruds.journal.fields.doi_note_helper') }}
@foreach(App\Models\Journal::DOAJ_RADIO as $key => $label)
doaj) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('doaj'))
{{ $errors->first('doaj') }}
@endif {{ trans('cruds.journal.fields.doaj_helper') }}
@foreach(App\Models\Journal::CROSSREF_RADIO as $key => $label)
crossref) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('crossref'))
{{ $errors->first('crossref') }}
@endif {{ trans('cruds.journal.fields.crossref_helper') }}
@foreach(App\Models\Journal::CITE_FACTOR_RADIO as $key => $label)
cite_factor) === (string) $key ? 'checked' : '' }} required>
@endforeach @if($errors->has('cite_factor'))
{{ $errors->first('cite_factor') }}
@endif {{ trans('cruds.journal.fields.cite_factor_helper') }}
@foreach(App\Models\Journal::JOURNAL_360_RADIO as $key => $label)
journal_360) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('journal_360'))
{{ $errors->first('journal_360') }}
@endif {{ trans('cruds.journal.fields.journal_360_helper') }}
@foreach(App\Models\Journal::GOOGLE_SCHOLAR as $key => $label)
google_scholar) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('google_scholar'))
{{ $errors->first('google_scholar') }}
@endif {{ trans('cruds.journal.fields.google_scholar_helper') }}
@foreach(App\Models\Journal::BEALLSLIST_RADIO as $key => $label)
beallslist) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('beallslist'))
{{ $errors->first('beallslist') }}
@endif {{ trans('cruds.journal.fields.beallslist_helper') }}
@foreach(App\Models\Journal::PREDATORYJOURNALS_RADIO as $key => $label)
predatoryjournals) === (string) $key ? 'checked' : '' }}>
@endforeach @if($errors->has('predatoryjournals'))
{{ $errors->first('predatoryjournals') }}
@endif {{ trans('cruds.journal.fields.predatoryjournals_helper') }}

if || old('if', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('if'))
{{ $errors->first('if') }}
@endif {{ trans('cruds.journal.fields.if_helper') }}
@if($errors->has('if_raw_score'))
{{ $errors->first('if_raw_score') }}
@endif {{ trans('cruds.journal.fields.if_raw_score_helper') }}
sitecore || old('sitecore', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('sitecore'))
{{ $errors->first('sitecore') }}
@endif {{ trans('cruds.journal.fields.sitecore_helper') }}
@if($errors->has('sitecore_raw_score'))
{{ $errors->first('sitecore_raw_score') }}
@endif {{ trans('cruds.journal.fields.sitecore_raw_score_helper') }}
google_scholar_h_indexed || old('google_scholar_h_indexed', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('google_scholar_h_indexed'))
{{ $errors->first('google_scholar_h_indexed') }}
@endif {{ trans('cruds.journal.fields.google_scholar_h_indexed_helper') }}
@if($errors->has('g_index_raw_score'))
{{ $errors->first('g_index_raw_score') }}
@endif {{ trans('cruds.journal.fields.g_index_raw_score_helper') }}
scopus_h_indexed || old('scopus_h_indexed', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('scopus_h_indexed'))
{{ $errors->first('scopus_h_indexed') }}
@endif {{ trans('cruds.journal.fields.scopus_h_indexed_helper') }}
@if($errors->has('scopus_index_raw_score'))
{{ $errors->first('scopus_index_raw_score') }}
@endif {{ trans('cruds.journal.fields.scopus_index_raw_score_helper') }}
sjr_h_indexed || old('sjr_h_indexed', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('sjr_h_indexed'))
{{ $errors->first('sjr_h_indexed') }}
@endif {{ trans('cruds.journal.fields.sjr_h_indexed_helper') }}
@if($errors->has('sjr_index_raw_score'))
{{ $errors->first('sjr_index_raw_score') }}
@endif {{ trans('cruds.journal.fields.sjr_index_raw_score_helper') }}
wos_if || old('wos_if', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('wos_if'))
{{ $errors->first('wos_if') }}
@endif {{ trans('cruds.journal.fields.wos_if_helper') }}
@if($errors->has('wos_raw_score'))
{{ $errors->first('wos_raw_score') }}
@endif {{ trans('cruds.journal.fields.wos_raw_score_helper') }}
acceptance_rate_check || old('acceptance_rate_check', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('acceptance_rate_check'))
{{ $errors->first('acceptance_rate_check') }}
@endif {{ trans('cruds.journal.fields.acceptance_rate_check_helper') }}
@if($errors->has('acceptance_rate'))
{{ $errors->first('acceptance_rate') }}
@endif {{ trans('cruds.journal.fields.acceptance_rate_helper') }}
t_t_f_d_check || old('t_t_f_d_check', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('t_t_f_d_check'))
{{ $errors->first('t_t_f_d_check') }}
@endif {{ trans('cruds.journal.fields.t_t_f_d_check_helper') }}
@if($errors->has('t_t_f_d'))
{{ $errors->first('t_t_f_d') }}
@endif {{ trans('cruds.journal.fields.t_t_f_d_helper') }}
review_time_check || old('review_time_check', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('review_time_check'))
{{ $errors->first('review_time_check') }}
@endif {{ trans('cruds.journal.fields.review_time_check_helper') }}
@if($errors->has('review_time'))
{{ $errors->first('review_time') }}
@endif {{ trans('cruds.journal.fields.review_time_helper') }}
publication_time_check || old('publication_time_check', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('publication_time_check'))
{{ $errors->first('publication_time_check') }}
@endif {{ trans('cruds.journal.fields.publication_time_check_helper') }}
@if($errors->has('publication_time'))
{{ $errors->first('publication_time') }}
@endif {{ trans('cruds.journal.fields.publication_time_helper') }}
a_p_c_check || old('a_p_c_check', 0) === 1 ? 'checked' : '' }}>
@if($errors->has('a_p_c_check'))
{{ $errors->first('a_p_c_check') }}
@endif {{ trans('cruds.journal.fields.a_p_c_check_helper') }}
@if($errors->has('a_p_c'))
{{ $errors->first('a_p_c') }}
@endif {{ trans('cruds.journal.fields.a_p_c_helper') }}
@if($errors->has('information'))
{{ $errors->first('information') }}
@endif {{ trans('cruds.journal.fields.information_helper') }}

SEO Settings


@if($errors->has('description'))
{{ $errors->first('description') }}
@endif {{ trans('cruds.journal.fields.description_helper') }}
@if($errors->has('keywords'))
{{ $errors->first('keywords') }}
@endif {{ trans('cruds.journal.fields.keywords_helper') }}
@endsection @section('scripts') @endsection