@extends('account::layouts.account') @section('title','Subscription') @section('subtitle',"Member since {$details['subscribe_on']}") @section('content') @subscribed_canceled This subscription is scheduled to be canceled on {{ $details['ends_at'] }} Don't cancel @end_subscribed_canceled @if ($details['next_billing_date']) @endif @if ($details['canceled_at']) @endif @if ($details['ends_at']) @endif
Status {{ ucfirst($details['status']) }}
Plan {{ str($plan->name)->lower()->ucfirst()->toString() }}
Subscribed at {{ $details['subscribe_on'] }}
Period {{ $details['current_period_start'] }} - {{ $details['current_period_end'] }}
Billing cycle Every {{ $details['interval'] }}
Next billing date {{ $details['next_billing_date'] }}
Canceled at {{ $details['canceled_at'] }}
Ends at {{ $details['ends_at'] }}
Amount {{ $details['amount'] }} €
Payment method Credit Card
@endsection