@extends('layouts.admin') @section('title', 'Admin Dashboard') @section('admin')
{{-- Admin Navigation --}} @include('admin._nav', ['current' => 'admin.dashboard']) {{-- Header --}}

Admin Dashboard

{{-- Stats Cards --}}
{{-- Total Videos --}}

Total Videos

{{ number_format($videoCount) }}

{{-- Total Users --}}

Total Users

{{ number_format($userCount) }}

{{-- Total Playlists --}}

Total Playlists

{{ number_format($playlistCount) }}

{{-- Quick Actions --}}

Quick Actions

{{-- Sync YouTube Videos --}}
@csrf
{{-- Manage Videos --}} Manage Videos {{-- Manage Users --}} Manage Users
@endsection