📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 00:14:57
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
storage
/
framework
/
views
📍 /home/orkouolp/web/testing.orkobd/laravel/storage/framework/views
🔄 Refresh
✏️
Editing: f02757869cd8e16871f798f878098391.php
Writable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" name="viewport"> <title>General Dashboard — Stisla</title> <?php echo notifyCss(); ?> <!-- General CSS Files --> <link rel="stylesheet" href="<?php echo e(asset('admin/assets/modules/bootstrap/css/bootstrap.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('admin/assets/modules/fontawesome/css/all.min.css')); ?>"> <!-- CSS Libraries --> <link rel="stylesheet" href="<?php echo e(asset('admin/assets/modules/summernote/summernote-bs4.css')); ?>"> <!-- Template CSS --> <link rel="stylesheet" href="<?php echo e(asset('admin/assets/css/style.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('admin/assets/css/components.css')); ?>"> </head> <body> <div id="app"> <div class="main-wrapper main-wrapper-1"> <div class="navbar-bg"></div> <?php echo $__env->make('admin.layouts.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <!-- Main Content --> <div class="main-content"> <?php echo $__env->yieldContent('contents'); ?> </div> <footer class="main-footer"> <div class="footer-left"> Copyright © <?php echo e(date('Y')); ?> <div class="bullet"></div> Powered By <a href="#">Lalkella Solutions</a> </div> <div class="footer-right"> </div> </footer> </div> </div> <!-- General JS Scripts --> <script src="<?php echo e(asset('admin/assets/modules/jquery.min.js')); ?>"></script> <script src="<?php echo e(asset('admin/assets/modules/popper.js')); ?>"></script> <script src="<?php echo e(asset('admin/assets/modules/tooltip.js')); ?>"></script> <script src="<?php echo e(asset('admin/assets/modules/bootstrap/js/bootstrap.min.js')); ?>"></script> <script src="<?php echo e(asset('admin/assets/modules/nicescroll/jquery.nicescroll.min.js')); ?>"></script> <script src="<?php echo e(asset('admin/assets/modules/moment.min.js')); ?>"></script> <script src="<?php echo e(asset('admin/assets/js/stisla.js')); ?>"></script> <!-- JS Libraies --> <script src="<?php echo e(asset('admin/assets/modules/summernote/summernote-bs4.js')); ?>"></script> <script src="<?php echo e(asset('admin/assets/modules/sweetalert/sweetalert.min.js')); ?>"></script> <!-- laravel notify start --> <?php if (isset($component)) { $__componentOriginal58ef761b4a8d895ed279bb45cfc348ea = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal58ef761b4a8d895ed279bb45cfc348ea = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'notify::components.notify','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('notify::notify'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal58ef761b4a8d895ed279bb45cfc348ea)): ?> <?php $attributes = $__attributesOriginal58ef761b4a8d895ed279bb45cfc348ea; ?> <?php unset($__attributesOriginal58ef761b4a8d895ed279bb45cfc348ea); ?> <?php endif; ?> <?php if (isset($__componentOriginal58ef761b4a8d895ed279bb45cfc348ea)): ?> <?php $component = $__componentOriginal58ef761b4a8d895ed279bb45cfc348ea; ?> <?php unset($__componentOriginal58ef761b4a8d895ed279bb45cfc348ea); ?> <?php endif; ?> <!-- laravel notify end --> <?php echo notifyJs(); ?> <!-- Page Specific JS File --> <!-- Template JS File --> <script src="<?php echo e(asset('admin/assets/js/scripts.js')); ?>"></script> <script src="<?php echo e(asset('admin/assets/js/custom.js')); ?>"></script> <script> $(".delete-item").on('click', function(e) { e.preventDefault(); swal({ title: 'Are you sure?', text: 'Once deleted, you will not be able to recover this data!', icon: 'warning', buttons: true, dangerMode: true, }) .then((willDelete) => { if (willDelete) { let url = $(this).attr('href'); //console.log(url); $.ajax({ method: 'DELETE', url: url, data: {_token: "<?php echo e(csrf_token()); ?>"}, success: function(response) { window.location.reload(); // console.log('success'+response); //alert('success'+response); }, error: function(xhr, status, error) { console.log(xhr); //alert('error'); swal(xhr.responseJSON.message, { icon: 'error' }); //error.message } }); //swal('Poof! Your imaginary file has been deleted!', { icon: 'success' }); } else { // swal('Your imaginary file is safe!'); } }); }); </script> </body> </html> <?php /**PATH D:\learn\github\mahbub1964\Regency\lkreact\hrportal\laravel\resources\views/admin/layouts/master.blade.php ENDPATH**/ ?>
💾 Save Changes
❌ Cancel