@include('layouts.header')

Review Your Details

Please make sure the spelling of your name and email, all other details match those your checkout details.
Mistakes can not be corrected later after the proceed to payment.

Email : {{ session('billing_email') ?? ''}}
Name : {{ session('billing_name') ?? ''}}
Mobile : +91 {{ session('billing_phone') ?? ''}}
Amount : ₹{{ session('total') ?? ''}}
@include('layouts.footer')