@extends('mail.notifications.layout') @section('email-header') @include('mail.partials.brand-header', ['brand' => 'woo']) @endsection @section('email-footer') @include('mail.partials.brand-footer', ['brand' => 'woo']) @endsection @section('content')
Plan expiring soon
Woo Manager {{ $planLabel }}
Your subscription ends soon. Renew to keep multiple stores, unlimited products, and Pro features.
Subscription
Plan
Woo Manager {{ $planLabel }}
Expires
{{ $subscription->current_period_end?->format('F j, Y') ?? 'N/A' }}
Days remaining
{{ $daysRemaining }} days
If auto-renew is enabled and your wallet has enough balance, your plan may renew automatically on the expiry date.
@endsection