@extends('layouts.app') @section('title', __('Plan & billing')) @section('page-title', __('Plan & billing')) @section('content') @php $currentPlanId = $subscription?->plan_id; $currentCycle = $subscription?->cycle ?? 'monthly'; $currentPrice = (float) ($subscription?->effectivePrice() ?? 0); @endphp
{{ __('View your current plan and switch — upgrade or downgrade — at any time.') }}
{{ __('Your active subscription details.') }}
{{ __('You don\'t have an active subscription yet. Pick a plan below to get started.') }}
@endif