Browse the collection of our latest and top interesting books. You'll definitely find what you are looking for..
@foreach(var book in Website.Data("All_Books").Items.Where(b=>b["Price"] != "Free").OrderBy(i=>i["Print_Date"])){
var PrintDate = DateTime.Parse(book["Print_Date"]);
if(TimeZoneInfo.ConvertTime(DateTime.UtcNow, TimeZoneInfo.FindSystemTimeZoneById("Bangladesh Standard Time")) >= PrintDate){
@book.Title
@book["BN_Title"]
Category- @book["Category"]
Author- @book["Author"]
First Print - @PrintDate.ToString("MMMM dd, yyyy")