@extends('dashboard.layouts.master') @section('content') @php $keywords =explode(',', $resercher->keywords); @endphp

{{__('admin.research to')}} {{$resercher->journal?->title}}

General

{{ method_field('patch') }} {{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('summary')) {{ $errors->first('summary') }} @endif
@foreach($keywords as $key => $keyword)
@if($key == 0) @else @endif
@endforeach
@if ($errors->has('keywords')) {{ $errors->first('keywords') }} @endif
@if ($errors->has('reviewer')) {{ $errors->first('reviewer') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
{{$resercher->getMedia('attach_file')?->first()?->file_name}}
@endsection @push('scripts') @endpush