{{ __('Paper Management') }}

Upload PDF documents and publish papers to the website

Upload Paper
@if(session('success'))
{{ session('success') }}
@endif
@forelse($papers as $paper)
{{ $paper->grade }}
{{ $paper->is_published ? 'Published' : 'Draft' }}

{{ $paper->title }}

PDF preview enabled for fast mobile-friendly viewing.

View PDF Edit
@csrf @method('DELETE')
@empty

No papers uploaded yet

Add the first Google Drive link to publish papers on the website.

Upload First Paper
@endforelse
{{ $papers->links() }}