{{ \App\Models\Book::where('is_active', true)->count() }}
Total Books
{{ \App\Models\BookCategory::where('is_active', true)->count() }}
Categories
{{ \App\Models\Book::where('is_active', true)->whereNotNull('sale_price')->whereColumn('sale_price', '<', 'price')->count() }}
Books on Sale
97%
Happy Customers
Top Categories
Browse books by category
This Week's Highlights
Featured books you'll love
@foreach($data['featuredBooks']->take(6) as $book)
@endforeach
{{ Str::limit($book->title, 50) }}
@if($book->is_on_sale)
₹{{ number_format($book->sale_price, 2) }}
₹{{ number_format($book->price, 2) }}
@else
₹{{ number_format($book->price, 2) }}
@endif
Current Bestselling Books
Most popular books this month
@foreach($data['bestsellers']->take(6) as $book)
@endforeach
{{ Str::limit($book->title, 50) }}
@if($book->is_on_sale)
₹{{ number_format($book->sale_price, 2) }}
₹{{ number_format($book->price, 2) }}
@else
₹{{ number_format($book->price, 2) }}
@endif
Half Price Books
Limited time offers - don't miss out!
@foreach($data['saleBooks']->take(6) as $book)
@endforeach
{{ Str::limit($book->title, 50) }}
${{ number_format($book->sale_price, 2) }}
${{ number_format($book->price, 2) }}
Fast Delivery
Free standard delivery on all orders
Best Prices & Offers
Multiple gift options available
Great Daily Deal
Orders $50 or more
Click & Collect
Check your local stores now