@extends('dashboard.layouts.master') @section('content') @php $keywords =explode(',', $resercher->keywords); @endphp {{__('admin.research to')}} {{$resercher->journal?->title}} {{__('admin.Researches')}} {{__('admin.Edit research to')}} {{$resercher->journal->title}} General {{ method_field('patch') }} {{ csrf_field() }} {{__('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 {{__('Abstract')}} {{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.Description')}} {{old('description',$resercher->description)}} @if ($errors->has('description')) {{ $errors->first('description') }} @endif {{__('admin.Upload File')}} @if ($errors->has('file')) {{ $errors->first('file') }} @endif {{$resercher->getMedia('attach_file')?->first()?->file_name}} {{__('admin.Update')}} @endsection @push('scripts') @endpush