logo
  • 0
    • Your cart is empty

    • @php $cartItems = \App\Helpers\CartHelper::getCartItems(); $cartTotal = \App\Helpers\CartHelper::calculateTotal($cartItems); @endphp @forelse($cartItems as $item)
    • {{ $item->book->title }}
      ₹{{ number_format($item->price, 2) }} ×
    • @empty
    • Your cart is empty

    • @endforelse
      @if($cartItems->count() > 0)
    • Total = ₹{{ number_format($cartTotal, 2) }}
    • View Cart Checkout
    • @endif
  • /
    Brian
    info@gmail.com
    Brian
    info@gmail.com
    Profile
    My Order
    Wishlist
    Log Out
@php $headerCategories = \App\Models\BookCategory::where('is_active', true)->orderBy('name')->get(); @endphp
logo
Get In Touch
@php $currentRoute = Route::current()->getName(); @endphp
  • Home
  • Books
  • Terms & Conditions
  • Privacy Policy
  • About Us
  • Contact Us