@extends('layouts.admin') @section('title', 'Dashboard') @section('content')
Resources
{{ $stats['total_resources'] }}
Total Movies
{{ $stats['total_movies'] }}
Synced Episodes
{{ $stats['total_episodes'] }}
| Movie | Resource | Last Sync |
|---|---|---|
|
|
{{ $movie->resource->name }} | {{ $movie->last_sync_at?->diffForHumans() ?? 'Never' }} |
| No movies synced yet. | ||