@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.Volume')}} {{__('Select Volume')}} @foreach($issues as $issue) id == $resercher->issue_id || $issue->id == $issuechild?->parent_id) selected @endif> {{$issue->name}} @endforeach @if ($errors->has('parent_id')) {{ $errors->first('parent_id') }} @endif {{__('admin.Issue')}} @if ($errors->has('parent_id')) {{ $errors->first('parent_id') }} @endif {{__('admin.Update')}} @endsection @push('scripts') @endpush