@{ ViewData["Title"] = "Dashboard"; }

Welcome Back

Here's what's happening with the library today.

@if (User.Identity?.IsAuthenticated == true) {

Your Loyalty Status

@ViewBag.LoyaltyPoints

Points

Connection: @ViewBag.LoyaltyStatus

@ViewBag.LoyaltyTier
}
Books
@ViewBag.TotalBooks
Total in catalog
Active Loans
@ViewBag.ActiveLoans
Checking out right now
Overdue
@ViewBag.OverdueLoans
Require attention
Active Members
@ViewBag.TotalMembers
In the community

Recent Arrivals

Browse All
@foreach (var book in (IEnumerable)ViewBag.RecentBooks) {
@if (book.AvailableCopies <= 0) {
Out
}

@book.Title

@book.Author

}

Explore the Library

Access thousands of books across all categories with a premium member account.

My Current Loans

Don't forget to return your books on time to avoid late fees.