@extends('layouts.shop') @section('title', 'My Orders - Hair Niche By Shelly') @section('content')
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