@extends('mail.notifications.layout') @section('email-header') @include('mail.partials.brand-header', ['brand' => 'hosting']) @endsection @section('email-footer') @include('mail.partials.brand-footer', ['brand' => 'hosting']) @endsection @section('content')
⚠️ SSL Certificate Expiring
{{ $daysUntilExpiry }} days remaining
Your SSL certificate for {{ $domain->host }} is expiring soon. While we attempt to auto-renew certificates, please verify your domain is still properly configured.
Certificate Details
Domain
{{ $domain->host }}
Status
Expiring Soon
Expires
{{ $expiresAt ? $expiresAt->format('F j, Y') : 'Unknown' }}
Days Remaining
{{ $daysUntilExpiry }} days
What you should check:
If everything looks correct, no action is needed. We'll automatically attempt to renew your certificate. If renewal fails, we'll notify you immediately.
@endsection