@extends(getTemplate() . '.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content')

{{ $subscription->registrationPackage->title }}

Status: {{ ucfirst($subscription->subscription_status) }}
Current Period End: {{ $subscription->current_period_end }}
Current Seats: {{ $subscription->seats }}
@if($user->isOrganization())

Usage Statistics

Manage Seats
1 {{ max($subscription->seats * 2, 100) }}
Current seats: {{ $subscription->seats }}
Increasing seats will be billed immediately. Decreasing seats will take effect at the start of your next billing cycle. @if($subscription->pending_seat_count)
You have a pending decrease to {{ $subscription->pending_seat_count }} seats, which will take effect on {{ $subscription->seat_change_scheduled_for->format('M j, Y') }}.
@endif
Instructors {{ $user->getOrganizationTeachers()->count() }} / {{ $subscription->registrationPackage->instructors_count }}
{{--
--}}
Students {{ $user->getOrganizationStudents()->count() }} / {{ $subscription->seats }}
@endif
@if($subscription->cancel_at_period_end)
@csrf
@else
@csrf
@endif
@endsection @push('scripts_bottom') @endpush