@extends('dashboard.layouts.master') @section('content') @php $keywords =explode(',', $resercher->keywords); @endphp {{__('admin.research to')}} {{$resercher->journal?->title}} Researches {{__('admin.Edit research to')}} {{$resercher->journal->title}} @csrf @php if ($resercher->parent_id == null){ $id = $resercher->id; }else{ $id = $resercher->parent_id; } @endphp {{__('admin.Title')}} @if ($errors->has('title')) {{ $errors->first('title') }} @endif {{__('admin.Type')}} type == 'Survey') selected @endif>{{__('Survey')}} type == 'Short Review') selected @endif>{{__('Short Review')}} type == 'Review Paper') selected @endif>{{__('Review Paper')}} type == 'Full Article') selected @endif>{{__('Full Article')}} @if ($errors->has('type')) {{ $errors->first('type') }} @endif {{__('admin.Summary')}} {{old('summary',$resercher->summary)}} @if ($errors->has('summary')) {{ $errors->first('summary') }} @endif {{__('admin.Keywords')}} @foreach($keywords as $key => $keyword) @if($key == 0) @else @endif @endforeach @if ($errors->has('keywords')) {{ $errors->first('keywords') }} @endif {{__('admin.References')}} {{old('reviewer',$resercher->reviewer)}} @if ($errors->has('reviewer')) {{ $errors->first('reviewer') }} @endif {{__('admin.Upload File')}} @if ($errors->has('file')) {{ $errors->first('file') }} @endif {{$resercher->getMedia('attach_file')?->first()?->file_name}} {{__('admin.Rsend')}} @endsection @push('scripts') @endpush