@extends('layouts.app') @section('title', 'Shopping Cart') @section('content')
Review your items and proceed to checkout
by {{ $item->book->author }}
₹{{ number_format($item->total_price, 2) }}
₹{{ number_format($item->price, 2) }} each
Shipping charges will be calculated at checkout based on state selection.
@if($isBulkPurchase) @endif