@extends('layouts.admin') @section('title', 'Dashboard') @section('content')

Total downloads

{{ number_format($totalDownloads) }}

Downloads today

{{ number_format($todayDownloads) }}

Failures today

{{ number_format($failedToday) }}

Blog posts

{{ number_format($postCount) }}

Latest activity
@forelse($recent as $log) @empty @endforelse
Time Shortcode Type Status
{{ $log->created_at->diffForHumans() }} {{ $log->shortcode }} {{ $log->media_type }} {{ $log->status }}
No downloads yet.
@endsection