Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/storage/framework/views/7e40d4b977eb93b451333506573d6ec5.php
Назад
<?php $__env->startSection('content'); ?> <main class="layout-main"> <div class="content-wrapper"> <section class="profile-edit"> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="profile-edit-head"> <div class="profile-head"> <h3>My Children</h3> <a href="<?php echo e(route('child.add')); ?>" class="btn btn-primary float-end mb-2">Add Child</a> </div> </div> </div> </div> <?php echo $__env->make('partials.alert', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="row"> <div class="col-md-12"> <div class="table-main portfolio-table"> <div class="table-responsive"> <table class="table"> <thead> <tr> <th scope="col">First Name</th> <th scope="col">Last Name</th> <th scope="col">Grade</th> <th scope="col">Teacher</th> <th scope="col">Action</th> </tr> </thead> <tbody> <?php $__currentLoopData = $children; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($child->first_name); ?></td> <td><?php echo e($child->last_name); ?></td> <td><?php echo e($child?->grade?->title); ?></td> <td><?php echo e($child?->teacher?->full_name ?? '-'); ?></td> <td> <div class='vie-dt'> <button class="view-table-cta" onclick="window.location = `<?php echo e(route('child.edit', $child->id)); ?>`">Edit</button> <button class="view-table-cta" onclick="deleteRecord(`<?php echo e(route('child.delete', $child->id)); ?>`)">Delete</button> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> </div> </div> </div> </section> </div> </main> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.layouts.dashboard.dashboard-master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/clickysoft/public_html/calvary-p2.clickysoft.net/resources/views/front/layouts/dashboard/manage-children/index.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка