Your trial is active and will expire in {{ $business->trial_days_remaining }} days.
@elseYour trial has expired. Please select a plan to continue using the service.
@endif| Plan ID | Seats | Price | Start Date | End Date | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $plan->id }}
|
{{ $plan->plan_quantity }}
|
${{ number_format($plan->total_price_in_dollars, 2) }}
${{ number_format($plan->price_per_plan_in_dollars, 2) }} per seat
|
{{ $plan->starts_at->format('M d, Y') }}
|
@if($plan->ends_at)
{{ $plan->ends_at->format('M d, Y') }}
@else
N/A
@endif
|
Active |
| Plan ID | Seats | Price | Start Date | End Date | Status |
|---|---|---|---|---|---|
|
{{ $plan->id }}
|
{{ $plan->plan_quantity }}
|
${{ number_format($plan->total_price_in_dollars, 2) }}
${{ number_format($plan->price_per_plan_in_dollars, 2) }} per seat
|
{{ $plan->starts_at->format('M d, Y') }}
|
@if($plan->ends_at)
{{ $plan->ends_at->format('M d, Y') }}
@else
N/A
@endif
|
Inactive |