@extends('layouts.admin') @section('title', 'Dashboard') @section('content')
Total Packages
{{ $stats['total_packages'] ?? 0 }}
Active Packages
{{ $stats['active_packages'] ?? 0 }}
Total Bookings
{{ $stats['total_bookings'] ?? 0 }}
Pending Bookings
{{ $stats['pending_bookings'] ?? 0 }}
Total Revenue
${{ number_format($stats['total_revenue'] ?? 0, 0) }}
Pending Offline
{{ $stats['pending_offline_payments'] ?? 0 }}
Revenue trend chart will be added here
(We can add monthly breakdown next)
{{ $package->title }}
{{ $package->bookings_count }} bookings
No popular packages yet.
@endforelse