@extends('dashboard.layouts.master') @section('content') {{__('Add research')}} {{__('researches')}} {{__('researches')}} General @csrf @if($journal !== null) @else {{__('admin.Journals')}} @foreach($journals as $journal) {{$journal->title}} @endforeach @if ($errors->has('type')) {{ $errors->first('type') }} @endif @endif {{__('admin.Title')}} @if ($errors->has('title')) {{ $errors->first('title') }} @endif {{__('admin.Type')}} {{__('Survey')}} {{__('Short Review')}} {{__('Review Paper')}} {{__('Full Article')}} @if ($errors->has('type')) {{ $errors->first('type') }} @endif {{__('Abstract')}} {{old('Abstract')}} @if ($errors->has('summary')) {{ $errors->first('summary') }} @endif {{__('admin.Keywords')}} {{-- --}} {{-- {{old('keywords')}}--}} {{-- --}} @if ($errors->has('keywords')) {{ $errors->first('keywords') }} @endif {{__('admin.References')}} {{old('reviewer')}} @if ($errors->has('reviewer')) {{ $errors->first('reviewer') }} @endif {{__('admin.Upload File')}} @if ($errors->has('file')) {{ $errors->first('file') }} @endif {{__('admin.Next')}} @endsection @push('scripts') @endpush