<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
}
.container {
text-align: center;
padding: 50px;
}
h1 {
color: #007bff;
}
</style>
</head>
<body>
<div class="container">
<h1>Hello, this is your image!</h1>
<p>This content will be converted into an image.</p>
</div>
</body>
</html>
<?php /**PATH C:\xampp\htdocs\safeEye\resources\views/admin/subAdmin/image.blade.php ENDPATH**/ ?>