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

Upload Paper

{{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('abstract')) {{ $errors->first('abstract') }} @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