@extends('dashboard.layouts.master') @section('content') {{__('Add research')}} {{__('researches')}} {{__('researches')}} General @csrf {{__('Journals')}} @foreach($journals as $journal) {{$journal->title}} @endforeach @if ($errors->has('type')) {{ $errors->first('type') }} @endif {{__('Title')}} @if ($errors->has('title')) {{ $errors->first('title') }} @endif {{__('Type')}} {{__('Survey')}} {{__('Short Review')}} {{__('Review Paper')}} {{__('Full Article')}} @if ($errors->has('type')) {{ $errors->first('type') }} @endif {{__('Abstract')}} {{old('summary')}} @if ($errors->has('summary')) {{ $errors->first('summary') }} @endif {{__('Keywords')}} @if ($errors->has('keywords')) {{ $errors->first('keywords') }} @endif {{__('References')}} {{old('reviewer')}} @if ($errors->has('reviewer')) {{ $errors->first('reviewer') }} @endif {{__('Notes')}} {{old('description')}} @if ($errors->has('description')) {{ $errors->first('description') }} @endif {{__('Upload File')}} @if ($errors->has('file')) {{ $errors->first('file') }} @endif {{__('Featured')}} {{__('featured')}} {{__('not featured')}} @if ($errors->has('featured')) {{ $errors->first('featured') }} @endif {{__('Year')}} {{__('Page Numbers')}} {{__('Doi')}} {{__('View')}} {{__('Download')}} {{__('Volume')}} {{__('Select Volume')}} @if ($errors->has('parent_id')) {{ $errors->first('parent_id') }} @endif {{__('Issue')}} @if ($errors->has('parent_id')) {{ $errors->first('parent_id') }} @endif {{__('Published')}} {{__('Next')}} @endsection @push('scripts') @endpush