@php $expiryDate = $tenant->subscription_end_date ?? $tenant->trial_ends_at; @endphp @component('mail::message') # Subscription Expiry Notice Hi {{ $tenant->tenant_name }}, Your subscription will expire in **{{ $days }} day(s)** on **{{ $expiryDate ? $expiryDate->format('d M, Y') : 'N/A' }}** Please renew before the expiry to avoid service interruption. @component('mail::button', ['url' => 'https://mytiqkets.com/food/tenants/public/restaurant-admin/billing/subscription']) Renew Now @endcomponent Thanks, {{ config('app.name') }} @endcomponent