@extends('layouts.admin') @section('title', 'Plan Details - ' . $plan->name) @section('content')
{{ $plan->name }}
@if($plan->is_featured) Featured Plan @endif${{ number_format($plan->price, 2) }}
per {{ $plan->billing_cycle }}
@if($plan->billing_cycle === 'yearly')${{ number_format($plan->price / 12, 2) }}/month when billed annually
@endif{{ $plan->stripe_price_id }}
{{ $plan->description }}
Maximum Users
Storage Limit
Document Limit
| Tenant | Status | Created | Actions |
|---|---|---|---|
|
{{ strtoupper(substr($subscription->tenant->name, 0, 2)) }}
{{ $subscription->tenant->name }}
{{ $subscription->tenant->domain }}
|
@if($subscription->status === 'active') Active @elseif($subscription->status === 'trial') Trial @else {{ ucfirst($subscription->status) }} @endif | {{ $subscription->created_at->format('M d, Y') }} | View Details |
| No subscriptions yet. | |||
No features defined for this plan.
@endif