@extends('dashboard.layouts.master') @section('content')

{{__('Add research')}}

General

@csrf @if($journal !== null) @else
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@if ($errors->has('summary')) {{ $errors->first('summary') }} @endif
{{-- --}}
@if ($errors->has('keywords')) {{ $errors->first('keywords') }} @endif
@if ($errors->has('reviewer')) {{ $errors->first('reviewer') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@endsection @push('scripts') @endpush