home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
3940b1dfb87b18e5d5adfecb7f32fdf7
← Back
<html> <head> </head> <body> <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="<?php echo asset('assets/images/logo.png'); ?>"></td></tr> <tr bgcolor="#522f91"><td colspan="2" style="border-top:1px solid #ccc; color:#fff;"><strong>Parent Register Details</strong></td></tr> </thead> <tbody> <tr bgcolor="#f0f0f0"><td colspan="2"><h3>Child's Information</h3></tr> <tr bgcolor="#f0f0f0"><td width="200">Full name</td> <td width="300"><?php echo $children_full_name; ?></td> </tr> <tr bgcolor="#cccccc"><td>Date of Birth</td> <td><?php echo $children_date_of_birth; ?></td></tr> <tr bgcolor="#f0f0f0"> <td>Age</td><td><?php echo $children_age; ?></td></tr> <tr bgcolor="#cccccc"><td>Gender</td><td><?php echo $children_gender; ?></td></tr> <tr bgcolor="#f0f0f0"> <td>Home Address</td><td><?php echo $children_home_address; ?></td></tr> <tr bgcolor="#cccccc"><td colspan="2"><h3>Family Information</h3></td></tr> <tr bgcolor="#f0f0f0"> <td>Father’s Name</td><td><?php echo $family_father_name; ?></td></tr> <tr bgcolor="#cccccc"><td>Profession</td><td><?php echo $family_father_profession; ?></td></tr> <tr bgcolor="#f0f0f0"> <td>Mother’s Name</td><td><?php echo $family_mother_name; ?></td></tr> <tr bgcolor="#cccccc"><td>Profession</td><td><?php echo $family_mother_profession; ?></td></tr> <tr bgcolor="#f0f0f0"> <td>Nationality</td><td><?php echo $family_nationality; ?></td></tr> <tr bgcolor="#cccccc"><td>Language's</td><td><?php echo $family_language; ?></td></tr> <tr bgcolor="#f0f0f0"> <td colspan="2"><h3>Emergency Information</h3></td></tr> <tr bgcolor="#cccccc"><td>Name</td><td><?php echo $emergency_name; ?></td></tr> <tr bgcolor="#f0f0f0"> <td>Email</td><td><?php echo $emergency_email; ?></td></tr> <tr bgcolor="#cccccc"><td>Mobile No</td><td><?php echo $emergency_mobileno; ?></td></tr> <tr bgcolor="#f0f0f0"> <td>Alternate Phone</td><td><?php echo $emergency_alter_phone; ?></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