@extends('frontend.layouts.master') @section('main-content')

Thank You for Your Order!

Your fashion blessings are on the way
Thank you for being a part of the Jayaka Fusion Fashion family.

🧾 Order Summary
  • Order ID: #{{ $order->order_number }}
  • Order Date: {{ \Carbon\Carbon::parse($order->created_at)->format('d M, Y') }}
  • Payment Method: {{ strtoupper($order->payment_method) }}
  • Total: Rs. {{ number_format($order->total_amount, 2) }}

πŸ“¦ You'll be notified via WhatsApp when your parcel is shipped.

With every outfit, may your inner goddess shine brighter.
Thank you for choosing Jayaka πŸ’«

@endsection