Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/storage/framework/views/017b71ce622c419c2621a8b07f86b1dd.php
Назад
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <link rel="stylesheet" href="<?php echo e(asset('assets/front/css/slick-theme.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/front/css/slick.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/front/css/main.css')); ?>"> <link href="https://cdn.jsdelivr.net/npm/sweetalert2@11.10.7/dist/sweetalert2.min.css" rel="stylesheet"> <title>Calvary Dashboard</title> <?php echo $__env->yieldPushContent('front-dashboard-styles'); ?> </head> <body class="dashboard-body"> <?php echo $__env->make('front.layouts.dashboard.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="main-section"> <div class="l-sidebar"> <div class="logo-link-wrapper"> <div class="cls-button"> <button class="cls-btn"> <i class="fa fa-times" aria-hidden="true"></i> </button> </div> <div class="hello-box"> <div class="hello-content"> <h6 class="thm-color">Hello,</h6> <h4><?php echo e(auth()->user()->full_name ?? ''); ?></h4> </div> </div> <div class="l-sidebar__content"> <div class="side-bar-links"> <ul class="main-links"> <li class="nav-item <?php echo e(request()->routeIs('profile') ? 'active' : ''); ?>"> <a href="<?php echo e(route('profile')); ?>" class="nav-link">Manage My Account</a> </li> <li class="nav-item <?php echo e(request()->routeIs('my.children') ? 'active' : ''); ?>"> <a href="<?php echo e(route('my.children')); ?>" class="nav-link">My Children</a> </li> <li class="nav-item">My Orders</li> <a href="<?php echo e(route('orders.event')); ?>" class="ev-hl">Events</a> <a href="<?php echo e(route('orders.hot-lunch')); ?>" class="ev-hl">Hot Lunch</a> </ul> </div> </div> <div class="logout-bottom-wrap"> <li class="nav-item"> <a href="<?php echo e(route('logout')); ?>" class="nav-link" onclick="event.preventDefault(); document.getElementById('logout-form').submit();">Logout</a> <form id="logout-form" action="<?php echo e(route('logout')); ?>" method="POST" style="display: none;"> <?php echo csrf_field(); ?> </form> </li> </div> </div> </div> <?php echo $__env->yieldContent('content'); ?> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="http://thecodeplayer.com/uploads/js/jquery.easing.min.js" type="text/javascript"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"> </script> <script src="<?php echo e(asset('assets/front/js/global.js')); ?>"></script> <script src="<?php echo e(asset('assets/front/js/dashboard.js')); ?>"></script> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11.10.7/dist/sweetalert2.all.min.js"></script> <script> function orderDetails(event, url) { window.location = url } function deleteRecord(route) { Swal.fire({ title: "Are you sure?", text: "You won't be able to revert this!", icon: "warning", showCancelButton: true, confirmButtonColor: "#3085d6", cancelButtonColor: "#d33", confirmButtonText: "Yes, delete it!" }).then((result) => { if (result.isConfirmed) { const token = `<?php echo e(csrf_token()); ?>` $.ajax({ url: route, type: 'DELETE', dataType: 'json', headers: { 'X-CSRF-TOKEN': token }, success: function(data) { Swal.fire({ title: "Deleted!", text: "Child deleted successfully.", icon: "success" }).then(function() { window.location.reload() }); }, error: function() { Swal.fire({ title: "Something went wrong!", text: "Could not delete child", icon: "error" }); } }); } }); } </script> <?php echo $__env->yieldPushContent('dashboard-scripts'); ?> </body> </html> <?php /**PATH /home/clickysoft/public_html/calvary-p2.clickysoft.net/resources/views/front/layouts/dashboard/dashboard-master.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка