You're subscribed, {{ $userplan->user->name }}
Your subscription to the {{ $userplan->plan->name }} plan has been confirmed. Here's a summary of your subscription details.
| Plan |
{{ $userplan->plan->name }} |
| Amount |
${{ number_format($userplan->price, 2) }} |
| Start Date |
{{ \Carbon\Carbon::parse($userplan->start_date)->format('M d, Y') }} |
| Renewal Date |
{{ \Carbon\Carbon::parse($userplan->end_date)->format('M d, Y') }} |
| Status |
@if($userplan->status == 1)
Active
@else
Inactive
@endif
|
|
If you have any questions about your subscription, don’t hesitate to reach out to our support team — we’re happy to help.
The {{ env('APP_NAME') }} Team
|