<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>{{ $title }}</title>
<style>
body { font-family: DejaVu Sans, sans-serif; }
h1 { color: #2c3e50; }
</style>
</head>
<body>
<h1>{{ $title }}</h1>
<p>{{ $content }}</p>
<p>Generado el {{ now()->format('d/m/Y H:i') }}</p>
</body>
</html>