@extends('layouts.app') @section('title', 'Admin Dashboard') @section('content')
Management Suite

Platform Overview

Active Applications

{{ $totalApps }}

Total Categories

{{ $totalCategories }}

Top Performing Apps
@foreach($topApps as $app)
{{ $app->name }}
{{ number_format($app->downloads) }}
@endforeach
Quick Upload

Launch a new application directly into the storefront.

Add New Application
@endsection