@extends('admin.layouts.app') @section('title') Dashboard - Shortties Admin @endsection @section('main')

Admin Dashboard

@include('include.flash')
Total Users
{{ $totalUsers ?? 0 }}
+{{ $newUsers ?? 0 }} this month
Total Reels Uploaded
{{ $totalReels }}
+{{ $newReels }} this month
Total Shortties Series Created
{{ $totalSeries }}
+{{ $newSeries }} this month
Reports
{{ $totalReports ?? 0 }}
+{{ $newReports ?? 0 }} this month
@endsection