@extends('store.layouts.app') @section('title', 'Checkout') @section('meta_description', 'Checkout – ' . ($store_name ?? config('app.name'))) @section('content')
{{ $message }}
Coupon "{{ $coupon->code }}" applied! You saved {{ $currency_symbol }}{{ number_format($discount, 0) }}
{{ $item->product->name }}
{{ $item->variant->name }}
Qty: {{ $item->quantity }} × {{ $currency_symbol }}{{ number_format($item->price, 0) }}
{{ $currency_symbol }}{{ number_format($item->subtotal, 0) }}
Secure checkout
Easy returns