diff --git a/views/mail/test.blade.php b/views/mail/test.blade.php index 53b3d72..0692326 100644 --- a/views/mail/test.blade.php +++ b/views/mail/test.blade.php @@ -10,6 +10,16 @@
🎉 This is a test email from Fleetbase to confirm that your mail configuration works.
-Test Email sent using Mailer: {{ Str::title($mailer) }}
-Environment: {{ app()->environment() }}
+MAILER: | +{{ strtoupper($mailer) }} | +
ENVIRONMENT: | +{{ strtoupper(app()->environment()) }} | +