@extends('admin.layout') @section('content')
Comprehensive analytics and insights about research papers
{{ $totalPapers }}
{{ $publishedPapers }}
{{ $pendingReview }}
{{ number_format($avgScore, 1) }}
{{ $totalDownloads }}
{{ $totalCitations }}
{{ $underReview }}
{{ \App\Models\ResearchPaper::where('is_featured', true)->count() }}
| Month | Submissions | Progress |
|---|---|---|
| {{ DateTime::createFromFormat('!m', $submission->month)->format('F') }} {{ $submission->year }} | {{ $submission->count }} |
|
No submission data available.
@endif{{ Str::limit($paper->title, 60) }}
{{ $paper->user->first_name }} {{ $paper->user->last_name }} • {{ $paper->published_at->format('M j, Y') }}
No recently published papers.
@endforelse{{ Str::limit($paper->title, 60) }}
{{ $paper->user->first_name }} {{ $paper->user->last_name }} • {{ $paper->submitted_at->format('M j, Y') }}
No papers awaiting review.
@endforelse