@extends('layouts.app') @section('title', 'Subscription Started') @section('content')
✅ Subscription started successfully
@if(isset($order) && $order)Your order #{{ $order->id }} has been created. You will be charged monthly.
After login you can:
Your order has been created and you will be charged monthly. After login, go to My Services or Billing & Subscription to view details.
@endif