home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
da01ea9aad4a19b04e7c40dc4ddc1385
← Back
<?php echo $__env->make('frondend.common.header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->make('frondend.common.headermenu', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <div class="intro-body"> <div class="brand-bar tp-bar"></div> <div class="innerBanner" style="background:url(<?php echo asset('assets/images/about-banner.jpg');?>)"></div> </div> <!-- aboutDesc Section --> <section id="aboutDesc"> <div class="aboutDesc"> <div class="container"> <h1>Dashboard, <?php echo Auth::user()->username;; ?>!</h1> <div class="pull-right"><a href="<?php echo URL::to('parents/logout'); ?>" class="yellow">Logout</a></div> <div class="registerFormMsg"></div> <div class="block2"> <table class="table"> <thead> <th>Month</th> <th>Monthly Fee </th> <th>Paid Fee</th> <th>Balance Price</th> <th>Pay Online</th> </thead> <tbody> <tr> <td>jan 2014</td> <td>2500 AED</td> <td>1500 AED</td> <td>1000 AED</td> <td><button class="btn submit">Pay Online</button></td> </tr> </tbody> <tfoot> <td colspan="5">-</td> <tfoot> </table> </div> </div> </div> </section> <?php echo $__env->make('frondend.common.footermenu', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->make('frondend.common.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
💾 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