@extends('layouts/master',['activePage' => 'dashboard', 'titlePage' => __('Dashboard')]) @section('title', 'Academy Dashboard - Apps') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
@php $greetings = [ "Your progress this week looks great! Keep it up!", "You're doing awesome work! Here's what's happening today:", "Great to see you! Let's check your dashboard updates.", "Welcome back! Ready to create something amazing today?", "Looking sharp today! Here's your current stats:" ]; echo $greetings[array_rand($greetings)]; @endphp
Total Subscribers
{{ $subscriberGrowth >= 0 ? '+' : '' }}{{ $subscriberGrowth }}% than last week
Service Posts
{{ $serviceGrowth >= 0 ? '+' : '' }}{{ $serviceGrowth }}% than last week
Active Posts
{{ $postGrowth >= 0 ? '+' : '' }}{{ $postGrowth }}% than last week
Active Projects
{{ $projectGrowth >= 0 ? '+' : '' }}{{ is_numeric($projectGrowth) ? $projectGrowth : '∞' }}% than last week
Create new blog post
Create new service
Register new client
Create new project