@extends('admin.layouts.app') @section('title', 'Research') @section('page-title', 'Research') @section('page-subtitle', 'Research studies') @section('content')
{{ $stats['total'] }}
Total
{{ $stats['published'] }}
Published
{{ $stats['in_progress'] }}
In Progress
{{ $stats['peer_review'] }}
Peer Review
{{ $stats['total_citations'] }}
Citations
| Title | Category | Status | Actions | ||
|---|---|---|---|---|---|
|
{{ $study->title }} {{ Str::limit($study->abstract, 60) }} @if($study->doi)DOI: {{ $study->doi }} @endif |
{{ $study->category }} | {{ str_replace('_', ' ', ucwords($study->status, '_')) }} | |||
|
No research studies found |
|||||