@extends('emails.partials.base_template') @section('title', 'Email System Test') @section('subtitle', 'Testing email functionality and styling') @section('content')
Hello Test User,
This is a test email to verify that the email system is working correctly and that all colors are properly set to blue and black/white only.
Success Alert! This alert uses blue theme.
Warning Alert! This alert uses blue theme.
Info Alert! This alert uses blue theme.
Danger Alert! This alert uses blue theme.

Test Information

Test ID: #TEST-{{ $timestamp ?? '12345' }}
Test Date: {{ now()->format('F j, Y g:i A') }}
Status: Testing
Test Amount
$99.99
This should be blue-themed
Primary Button (Blue) Success Button (Blue) Warning Button (Blue) Danger Button (Blue)
Color Test Results:
All alerts, buttons, and highlights use blue theme. Company details are fetched from settings.
If you can see this email with proper blue and black/white styling, the email system is working correctly!
@endsection