diff --git a/public/images/logo/logo-outlined.png b/public/images/logo/logo-outlined.png new file mode 100644 index 0000000..bceeee5 Binary files /dev/null and b/public/images/logo/logo-outlined.png differ diff --git a/resources/views/emails/certificate-expired.blade.php b/resources/views/emails/certificate-expired.blade.php index 0441929..88145d1 100644 --- a/resources/views/emails/certificate-expired.blade.php +++ b/resources/views/emails/certificate-expired.blade.php @@ -1,26 +1,102 @@ + + Certificate Expired Alert + - -
-

URGENT: Certificate Has Expired

- -

Hello {{ $certificate->user->first_name ?? 'User' }},

- -

This is a critical notification that your SSL certificate has ALREADY EXPIRED.

- -
-

Common Name: {{ $certificate->common_name }}

-

Organization: {{ $certificate->organization }}

-

Key Strength: {{ $certificate->key_bits }}-bit

-

Expired On: {{ $certificate->valid_to->format('d M Y H:i:s') }}

+ +
+
+ TrustLab Logo +
+
+

URGENT: Certificate Has Expired

+ +

Hello {{ $certificate->user->first_name ?? 'User' }},

+ +

This is a critical notification that your SSL certificate has ALREADY EXPIRED.

+ +
+

Common Name: {{ $certificate->common_name }}

+

Organization: {{ $certificate->organization }}

+

Key Strength: {{ $certificate->key_bits }}-bit

+

Expired On: {{ $certificate->valid_to->format('d M Y H:i:s') }}

+
+ +

Your services using this certificate may be inaccessible or showing security warnings. Please renew immediately.

+ + Renew Now +
+ - -

Your services using this certificate may be inaccessible or showing security warnings. Please renew immediately.

- - Renew Now
diff --git a/resources/views/emails/certificate-expiring.blade.php b/resources/views/emails/certificate-expiring.blade.php index 1a77bbd..bd4326b 100644 --- a/resources/views/emails/certificate-expiring.blade.php +++ b/resources/views/emails/certificate-expiring.blade.php @@ -1,31 +1,113 @@ + + Certificate Expiration Alert + - -
-

Action Required: Certificate Expiring Soon

- -

Hello {{ $certificate->user->first_name ?? 'User' }},

- -

This is a notification that one of your SSL certificates is expiring in {{ $daysRemaining }} days.

- -
-

Common Name: {{ $certificate->common_name }}

-

Organization: {{ $certificate->organization }}

-

Key Strength: {{ $certificate->key_bits }}-bit

-

Expiration Date: {{ $certificate->valid_to->format('d M Y H:i:s') }}

+ +
+
+ TrustLab Logo +
+
+

Action Required: Certificate Expiring Soon

+ +

Hello {{ $certificate->user->first_name ?? 'User' }},

+ +

This is a notification that one of your SSL certificates is expiring in {{ $daysRemaining }} days.

+ +
+

Common Name: {{ $certificate->common_name }}

+

Organization: {{ $certificate->organization }}

+

Key Strength: {{ $certificate->key_bits }}-bit

+

Expiration Date: {{ $certificate->valid_to->format('d M Y H:i:s') }}

+
+ +

Please log in to your dashboard to renew this certificate before it expires to ensure uninterrupted service.

+ + Go to Dashboard + +

+ If you have already renewed this certificate, please ignore this message.
+ You are receiving this email because you have enabled certificate renewal alerts in your account settings. +

+
+ - -

Please log in to your dashboard to renew this certificate before it expires to ensure uninterrupted service.

- - Go to Dashboard - -

- If you have already renewed this certificate, please ignore this message.
- You are receiving this email because you have enabled certificate renewal alerts in your account settings. -

diff --git a/resources/views/emails/inquiry_reply.blade.php b/resources/views/emails/inquiry_reply.blade.php index d4bb4c4..a8e7269 100644 --- a/resources/views/emails/inquiry_reply.blade.php +++ b/resources/views/emails/inquiry_reply.blade.php @@ -2,10 +2,12 @@ + + TrustLab Support Inquiry Reply
-

Reset Your Password

+ TrustLab Logo
+

Reset Your Password

+

Hello {{ $name }},

You are receiving this email because we received a password reset request for your TrustLab account.

- Reset Password + Reset Password

This password reset link will expire in 60 minutes.

If you did not request a password reset, no further action is required.

@@ -83,7 +91,8 @@
diff --git a/resources/views/emails/test.blade.php b/resources/views/emails/test.blade.php index 5437710..25de5df 100644 --- a/resources/views/emails/test.blade.php +++ b/resources/views/emails/test.blade.php @@ -83,7 +83,7 @@
- TrustLab Logo + TrustLab Logo

SMTP Connection Test

diff --git a/resources/views/emails/verify-email.blade.php b/resources/views/emails/verify-email.blade.php index 848f486..955434e 100644 --- a/resources/views/emails/verify-email.blade.php +++ b/resources/views/emails/verify-email.blade.php @@ -2,10 +2,12 @@ + + TrustLab Email Verification
-

TrustLab Verification

+ TrustLab Logo +

Email Verification

Hello {{ $name }},

Thank you for joining TrustLab! Before you can start managing your certificates and API keys, we need you to verify your email address.

- Verify Email Address + Verify Email Address

If you did not create an account, no further action is required.

@@ -82,7 +95,8 @@