@extends('layouts.admin', ['title' => 'Upgrade Success - Booklio', 'pageTitle' => 'Upgrade Success', 'active' => 'subscription']) @include('admin.subscription.partials.data') @section('content')

Plan upgraded successfully

Your Booklio {{ $currentPlan['name'] }} plan is now active. New limits and premium features are available immediately.

@foreach ([['Plan', $currentPlan['name']], ['Billing cycle', $currentPlan['cycle']], ['Next renewal', $currentPlan['renewal']]] as $item)

{{ $item[0] }}

{{ $item[1] }}

@endforeach
View current plan Back to dashboard
@endsection