@php $pageTitle = '我的订阅 - '.$siteName; @endphp @include('partials.head') @include('partials.header')

我的订阅

@forelse($subscriptions as $subscription)

{{ $subscription->plan?->name ?? '(已下架)' }}

@empty
暂无订阅记录,去开通会员
@endforelse
@include('partials.sidebar')
@include('partials.footer')