@extends('admin.layouts.app') @section('title', 'Research') @section('page-title', 'Research') @section('page-subtitle', 'Research studies') @section('content')
Add Research

{{ $stats['total'] }}

Total

{{ $stats['published'] }}

Published

{{ $stats['in_progress'] }}

In Progress

{{ $stats['peer_review'] }}

Peer Review

{{ $stats['total_citations'] }}

Citations

@if(count($categories) > 0)
@endif @if(count($researchers) > 0)
@endif
@forelse($studies as $study) @empty @endforelse
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, '_')) }}
@if($study->pdf_file) @endif
@csrf @method('DELETE')

No research studies found

{{ $studies->links() }}
@endsection