@extends('admin.layout') @section('title', 'Dashboard') @section('content')
Welcome back! Here's what's happening with your platform.
Total Users
+{{ $newUsersThisWeek }} this week
Total Vouchers
{{ $claimRate }}% claimed
Activities
{{ $activeHolidays }} active holidays
Blog Posts
Content published
Available Vouchers
Claimed Vouchers
Claims This Week
{{ $user->name ?? $user->email }}
{{ $user->email }}
{{ $user->vouchers_count }}
claims
No voucher claims yet
@endif{{ $claim->user ? $claim->user->name : 'Unknown User' }}
claimed {{ ucfirst($claim->type) }} voucher
{{ $claim->claimed_at->diffForHumans() }}
No recent claims
@endif