@extends('frontend.layouts.app') @section('title', 'Checkout') @section('content')
1
Product
2
Checkout
3
Payment
4
Complete
Order Summary
{{ $product->name }}
{{ $product->name }}

{{ $product->short_description }}

Account Type: {{ $variation->name }}

Duration: {{ ucfirst(str_replace('_', ' ', $price->duration)) }}

Delivery: Instant

{{ setting('currency_symbol', '৳') }} {{ number_format($price->price, 2) }}

Customer Information
@csrf
Order details will be sent to this email
@foreach($paymentMethods as $method)
first ? 'checked' : '' }}>
@endforeach
Order Total
Subtotal: {{ setting('currency_symbol', '৳') }} {{ number_format($price->price, 2) }}
Discount: {{ setting('currency_symbol', '৳') }} 0.00

Total:

{{ setting('currency_symbol', '৳') }} {{ number_format($price->price, 2) }}

What happens next?
  • Complete payment securely
  • Get instant delivery via email
  • Access your product immediately
  • 24/7 customer support
@endsection @push('scripts') @endpush