@extends('users.home.index') @section('content')

Edit Paper

{{ csrf_field() }}
@if (old('title') !== NULL) @else @endif @if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if (old('abstract') !== NULL) @else @endif @if ($errors->has('abstract')) {{ $errors->first('abstract') }} @endif
@if (old('keywords') !== NULL) @else @endif @if ($errors->has('keywords')) {{ $errors->first('keywords') }} @else separate keywords by comma; e.g: Clean Energy, New Energy @endif
@if ($errors->has('paper')) {{ $errors->first('paper') }} @else Please upload file with .doc / .docx extension only. @endif
@endsection