@component('mail::message') # Your Trial is Ending Soon Hi {{ $subscription->customer->name }}, Your **{{ $subscription->package->name }}** trial period is coming to an end soon! @component('mail::panel') **Trial Ends:** {{ $subscription->trial_ends_at->format('M d, Y') }} ({{ $subscription->trial_ends_at->diffForHumans() }}) **First Billing Date:** {{ $subscription->trial_ends_at->format('M d, Y') }} **Amount:** {{ $subscription->subscription_price }} MYR / {{ $subscription->package->billing_period_display }} @endcomponent ## What Happens Next? After your trial ends: - Your subscription will automatically convert to a **paid subscription** - You'll be charged **{{ $subscription->subscription_price }} MYR** for your first billing period - Your credits will reset to **{{ $subscription->package->booking_credits }}** bookings - You'll continue to enjoy all the benefits of your subscription! ## No Surprises We'll charge the payment method you provided when you signed up. You can update your payment method anytime. @component('mail::button', ['url' => url('/')]) Manage Subscription @endcomponent ## Want to Cancel? If you don't wish to continue after your trial, you can cancel anytime before {{ $subscription->trial_ends_at->format('M d, Y') }} and you won't be charged. Thanks for trying {{ $website->name }}! Thanks,
{{ $website->name }} @component('mail::subcopy') This is an automated reminder sent 3 days before your trial ends. @endcomponent @endcomponent