@extends('user.layouts.app') @section('content')
Manage and track your recent orders.
Placed on {{ $order->created_at->format('M d, Y') }} at {{ $order->created_at->format('h:i A') }}
Total Amount
₹{{ number_format($order->total_amount, 2) }}
It seems you haven't placed any orders in this category yet. Start exploring our collection!
Start Shopping