@extends('front.include.app') @section('title') Thanks For Purchase @endsection @section('content')

Thanks For Purchase

Go To Home

Order Details

Order ID: {{ $order->tracking_no }}

Total Price: ${{ number_format($order->total_price, 2) }}

Order Status: {{$order->order_status}}

Your order will be processed soon. You will receive an email confirmation shortly.

@endsection