home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
ecbe114caadaef82d3a285dd8fa95b21
← Back
<!DOCTYPE html> <html lang="<?php echo ($lang=="ar")?'ar':'en'; ?>" dir="<?php echo ($lang=="ar")?'rtl':'ltr'; ?>"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0; maximum-scale=1"> <meta name="keyword" content="<?php echo $adminSetting->site_meta_keyword; ?>"> <meta name="description" content="<?php echo $adminSetting->site_meta_description; ?>"> <meta name="author" content="<?php echo $adminSetting->sitename; ?><"> <title><?php echo $adminSetting->site_meta_title; ?> <?php echo $pageTitle; ?></title> <!-- core CSS --> <link href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>" rel="stylesheet"> <?php if($lang=='ar') { ?> <link href="<?php echo asset('assets/css/bootstrap.min-ar.css'); ?>" rel="stylesheet"> <?php } ?> <link href="<?php echo asset('assets/css/font-awesome.min.css'); ?>" rel="stylesheet"> <link href="<?php echo asset('assets/css/animate.min.css'); ?>" rel="stylesheet"> <link href="<?php echo asset('assets/css/main.css'); ?>" rel="stylesheet"> <?php if($lang=='ar'): ?> <link href="<?php echo asset('assets/css/main-ar.css'); ?>" rel="stylesheet"> <?php endif; ?> <link href="<?php echo asset('assets/css/jquery.mCustomScrollbar.css'); ?>" rel="stylesheet" media="screen"> <link href="<?php echo asset('assets/css/style.css'); ?>" rel="stylesheet" media="screen"> <link href="<?php echo asset('assets/css/developer.css'); ?>" rel="stylesheet"> <link href="<?php echo asset('assets/css/prettyPhoto.css'); ?>" rel="stylesheet"> <?php if(!empty($isHomePage)): ?> <link href="<?php echo asset('assets/css/grayscale.css'); ?>" rel="stylesheet" media="screen"> <?php endif; ?> <script src="<?php echo asset('assets/js/modernizr.custom.js'); ?>"></script> <!--[if lt IE 9]> <script src="<?php echo asset('assets/js/html5shiv.js'); ?>"></script> <script src="<?php echo asset('assets/js/respond.min.js'); ?>"></script> <![endif]--> <?php if($lang=="ar") { ?> <style type="text/css"> .isotope .isotope-item { -webkit-transition-property: right, top, -webkit-transform, opacity; -moz-transition-property: right, top, -moz-transform, opacity; -ms-transition-property: right, top, -ms-transform, opacity; -o-transition-property: right, top, -o-transform, opacity; transition-property: right, top, transform, opacity; } </style> <?php } ?> </head> <body>
💾 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