File "b90bfd24ae42833f7e34f775831215786a240e09.php"

Full Path: /home/fundopuh/trader.fxex.org/storage/framework/views/b90bfd24ae42833f7e34f775831215786a240e09.php
File size: 6.21 KB
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html lang="<?php echo e(app()->getLocale()); ?>">

<head>
    <script type="text/javascript" src="https://js.stripe.com/v3/"></script>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- CSRF Token -->
    <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
    <title><?php echo e($settings->site_name); ?> | <?php echo e($title); ?></title>
    <link rel="icon" href="<?php echo e(asset('storage/' . $settings->favicon)); ?>" type="image/png" />
    <?php echo $__env->yieldPushContent('style'); ?>
    <?php $__env->startSection('styles'); ?>
        <script src="unpkg.com/metaapi.cloud-sdk/index.js"></script>
        <!-- Fonts and icons -->
        <script src="<?php echo e(asset('dash/js/plugin/webfont/webfont.min.js')); ?>"></script>
        <!-- Sweet Alert -->
        <script src="<?php echo e(asset('dash/js/plugin/sweetalert/sweetalert.min.js')); ?> "></script>
        <!-- CSS Files -->
        <link rel="stylesheet" href="<?php echo e(asset('dash/css/bootstrap.min.css')); ?>">
        <link rel="stylesheet" href="<?php echo e(asset('dash/css/fonts.min.css')); ?>">
        <?php
            $theme = $settings->website_theme == 'blue.css' ? 'atlantis.min.css' : $settings->website_theme;
        ?>
        <link rel="stylesheet" href="<?php echo e(asset('dash/css/' . $theme)); ?>">
        <link rel="stylesheet" href="<?php echo e(asset('dash/css/customs.css')); ?>">
        <link rel="stylesheet" href="<?php echo e(asset('dash/css/style.css')); ?>">
        
        <link rel="stylesheet" href="https://cdn.datatables.net/buttons/1.6.2/css/buttons.dataTables.min.css">
        <link rel="stylesheet" type="text/css"
            href="https://cdn.datatables.net/v/bs4/dt-1.10.21/af-2.3.5/b-1.6.3/b-flash-1.6.3/b-html5-1.6.3/b-print-1.6.3/r-2.2.5/datatables.min.css" />
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
        <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/css/select2.min.css" rel="stylesheet" />
        <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js"></script>

        <!-- Bootstrap Notify -->
        <script src="<?php echo e(asset('dash/js/plugin/bootstrap-notify/bootstrap-notify.min.js')); ?> "></script>
        <script src="<?php echo e(asset('dash/js/plugin/sweetalert/sweetalert.min.js')); ?> "></script>
        <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.8.1/dist/alpine.min.js" defer></script>
        <script src="https://cdn.jsdelivr.net/npm/chart.js@3.2.1/dist/chart.min.js"></script>
        
    <?php echo $__env->yieldSection(); ?>
    <?php echo \Livewire\Livewire::styles(); ?>

</head>

<body data-background-color="light">
    <script type="text/javascript">
        <?php echo $settings->tawk_to; ?>

    </script>
    <div class="wrapper">
        <?php echo $__env->make('admin.topmenu', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        <?php echo $__env->make('admin.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        <div class="main-panel">
            <div class="content">
                <div class="page-inner">
                    <?php echo $__env->yieldContent('content'); ?>
                </div>
            </div>
            <footer class="footer">
                <div class="container-fluid">
                    <div class="text-center row copyright text-align-center">
                        <p>All Rights Reserved &copy; <?php echo e($settings->site_name); ?> <?php echo e(date('Y')); ?></p> <br>
                        <?php if($settings->google_translate == 'on'): ?>
                            <div class="text-center">
                                <div id="google_translate_element"></div>
                            </div>
                        <?php endif; ?>
                    </div>
                </div>
            </footer>
        </div>
    </div>
    <?php echo \Livewire\Livewire::scripts(); ?>

    <?php $__env->startSection('scripts'); ?>

    <?php echo $__env->yieldSection(); ?>
    <!--   Core JS Files   -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    
    <script src="<?php echo e(asset('dash/js/core/popper.min.js')); ?>"></script>
    <script src="<?php echo e(asset('dash/js/core/bootstrap.min.js')); ?> "></script>
    <!-- jQuery UI -->
    <script src="<?php echo e(asset('dash/js/plugin/jquery-ui-1.12.1.custom/jquery-ui.min.js')); ?>"></script>
    <script src="<?php echo e(asset('dash/js/plugin/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js')); ?>"></script>
    <!-- jQuery Scrollbar -->
    <script src="<?php echo e(asset('dash/js/plugin/jquery-scrollbar/jquery.scrollbar.min.js')); ?> "></script>
    <!-- jQuery Sparkline -->
    <script src="<?php echo e(asset('dash/js/plugin/jquery.sparkline/jquery.sparkline.min.js')); ?> "></script>
    <!-- Sweet Alert -->
    <script src="<?php echo e(asset('dash/js/plugin/sweetalert/sweetalert.min.js')); ?> "></script>
    <!-- Bootstrap Notify -->
    <script src="<?php echo e(asset('dash/js/plugin/bootstrap-notify/bootstrap-notify.min.js')); ?> "></script>

    <script type="text/javascript"
        src="https://cdn.datatables.net/v/bs4/dt-1.10.21/af-2.3.5/b-1.6.3/b-flash-1.6.3/b-html5-1.6.3/b-print-1.6.3/r-2.2.5/datatables.min.js">
    </script>

    <script src="<?php echo e(asset('dash/js/atlantis.min.js')); ?>"></script>
    <script src="<?php echo e(asset('dash/js/atlantis.js')); ?>"></script>

    <script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
    </script>

    <script type="text/javascript">
        function googleTranslateElementInit() {
            new google.translate.TranslateElement({
                pageLanguage: 'en'
            }, 'google_translate_element');
        }
    </script>
    <script src="<?php echo e(asset('dash/js/customs.js')); ?>"></script>
    <?php echo $__env->yieldPushContent('scripts'); ?>
</body>

</html>
<?php /**PATH /home/fundopuh/trader.fxex.org/resources/views/layouts/app.blade.php ENDPATH**/ ?>