@extends('layouts.app') @section('title', 'Checkout') @section('content')

Complete Your Purchase

You are subscribing to the {{ $plan->name }} plan.

Order Summary
Plan {{ $plan->name }}
Billing Cycle
Total Amount

{{ number_format($plan->price, 2) }}

Simulated Payment

This is a simulated checkout. Clicking the button below will instantly activate your subscription and generate a mock invoice.

@csrf
@endsection @section('scripts') @endsection