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

{{__('Add research')}}

General

@csrf
@if ($errors->has('type')) {{ $errors->first('type') }} @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('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@if ($errors->has('featured')) {{ $errors->first('featured') }} @endif
@if ($errors->has('parent_id')) {{ $errors->first('parent_id') }} @endif
@endsection @push('scripts') @endpush