@extends('layouts.app') @section('title', 'Checkout') @section('content') Checkout {{-- Checkout Form --}} @csrf Contact Information Full Name * Email Address * Phone Number * Shipping Address Street Address * City * State * PIN Code * Payment Option Cash on Delivery (COD) Pay cash upon delivery to your doorstep Online Payment / UPI Instant pay via Google Pay, PhonePe, Paytm or Credit Card Delivery Notes (Optional) Place Order — ₹{{ number_format($total, 2) }} {{-- Order summary --}} @endsection