@extends('layouts.app') @section('title', 'My Orders') @section('content')
Placed on {{ $order->created_at->ist()->format('M d, Y') }}
{{ $order->formatted_total }}
{{ $order->orderItems->count() }} item(s)
{{ $item->book->author }}
Qty: {{ $item->quantity }} × {{ $item->formatted_price }}
and {{ $order->orderItems->count() - 2 }} more item(s)
@endifYou haven't placed any orders yet. Start shopping to see your orders here.
Start Shopping