@component('mail::message') # Your Credits Are Running Low Hi {{ $subscription->customer->name }}, Just a friendly reminder that you're running low on booking credits for your **{{ $subscription->package->name }}** subscription. @component('mail::panel') **Credits Remaining:** {{ $subscription->credits_remaining }} of {{ $subscription->package->booking_credits }} **Next Reset:** {{ $subscription->current_period_end->format('M d, Y') }} ({{ $subscription->current_period_end->diffForHumans() }}) @endcomponent ## What Can You Do? **Option 1: Wait for Reset** Your credits will automatically reset to {{ $subscription->package->booking_credits }} on your next billing date. **Option 2: Upgrade Your Plan** Need more bookings per month? Consider upgrading to a higher tier package. @component('mail::button', ['url' => url('/')]) View Available Packages @endcomponent ## Make the Most of Your Remaining Credits With {{ $subscription->credits_remaining }} {{ $subscription->credits_remaining == 1 ? 'credit' : 'credits' }} left, make sure to book your sessions before they reset! Thanks,
{{ $website->name }} @component('mail::subcopy') This is an automated reminder sent when your credits drop to {{ $subscription->credits_remaining }} or below. @endcomponent @endcomponent