home
/
zktecojo
/
public_html
/
app
/
views
/
frontend
/
old
/
emails
➕ New
📤 Upload
✎ Editing:
registerautoreply.blade.php
← Back
<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-11466578697'); </script> </head> <body> <h1>Hi, {{ $emergency_name }}!</h1> <p>We'd like to personally welcome you to the Golden Gate Nursery. Thank you for registering with us!</p> <table cellpadding="5" cellspacing="0" width="500" style="border:1px solid #ccc; font-size:12px; font-family:Arial, Helvetica, sans-serif;"> <thead> <tr align="center"><td colspan="2"><img src="{{ asset('assets/images/logo.png') }}"></td></tr> <tr bgcolor="#522f91"><td colspan="2" style="border-top:1px solid #ccc; color:#fff;"><strong>Login Details</strong></td></tr> </thead> <tbody> <tr bgcolor="#f0f0f0"><td width="200">Login Email</td> <td width="300">{{ $emergency_email }}</td> </tr> <tr bgcolor="#cccccc"><td>Password</td> <td>{{ $loginPassword }}</td></tr> <tr bgcolor="#522f91" align="center"> <td colspan="2" style="color:#fff;">These informations are submited by website</td> </tr> </tbody> </table> </body> </html>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel