@extends('layouts.app') @section('title', 'Dashboard | PairingPal') @section('content')

Dashboard

Quick snapshot of your monthly planning workflow.

Create Pairing
Total Pairings
{{ $stats['pairings'] }}
Schedule Months
{{ $stats['schedule_months'] }}
Bid Imports
{{ $stats['bid_imports'] }}
Users
{{ $stats['users'] }}

Active Month

@if($activeMonthPackage)

{{ $activeMonthPackage->name }}

{{ $activeMonthPackage->month_label ?? $activeMonthPackage->package_month?->format('F Y') }}

@else

No active month package selected yet.

@endif
@endsection