|
Hello Admin, |
{{ ucfirst($user->first_name).' '.ucfirst($user->last_name) }} ({{ $user->email }}) would like to switch their package from {{ ucfirst($currentPlan->upgrade_history) }} to {{ ucfirst($currentPlan->subscription_type).' '.$currentPlan->plan }} |
Payment type :
{{ ucfirst($chargeHistory->transaction_type) }}
Amount :
{{ $chargeHistory->currency }} {{ $chargeHistory->amount }}
Subscription {{ ucfirst($chargeHistory->transaction_type) }} Date :
{{ Carbon\Carbon::now()->format('M d, Y') }}
For how many days :
{{ $remainingDays }}
|
Sincerely, |