| Server IP : 54.94.228.101 / Your IP : 172.28.1.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/storage/framework/views/ |
Upload File : |
<!DOCTYPE html>
<html lang="pt-br">
<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, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="google" content="notranslate">
<meta http-equiv="Content-Language" content="pt-br">
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
<title>VinumDay | Admin</title>
<base href="<?php echo e(url('')); ?>/"/>
<!-- Fonts -->
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
<link rel="stylesheet" href="<?php echo e(url('fonts/admin/font_lato.css')); ?>">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap" rel="stylesheet">
<!-- Styles -->
<!-- Taggle JS -->
<link rel="stylesheet" href="<?php echo e(url('plugins/taggle/example/css/taggle.css')); ?>">
<!-- Select2 -->
<link rel="stylesheet" href="<?php echo e(url('css/admin/select2.min.css')); ?>">
<!-- Colorpicker -->
<link rel="stylesheet" href="<?php echo e(url('plugins/colorpicker/bootstrap-colorpicker.min.css')); ?>">
<!-- Dropzone Galeria -->
<link rel="stylesheet" href="<?php echo e(url('css/admin/dropzone-galeria.css')); ?>">
<link rel="stylesheet" href="<?php echo e(url('css/admin/cropper.min.css')); ?>">
<!-- Bootstrap 3.3.6 -->
<link rel="stylesheet" href="<?php echo e(url('css/admin/bootstrap.min.css')); ?>">
<!-- Ionicons -->
<link rel="stylesheet" href="<?php echo e(url('fonts/admin/ionicons.css')); ?>">
<!-- Morris charts -->
<link rel="stylesheet" href="<?php echo e(url('plugins/morris/morris.css')); ?>">
<!-- Data Tables -->
<link rel="stylesheet" href="<?php echo e(url('plugins/datatables/jquery.dataTables.min.css')); ?>">
<!-- Theme style -->
<link rel="stylesheet" href="<?php echo e(url('css/admin/AdminLTE.css')); ?>">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="<?php echo e(url('css/admin/style.css?version=20210810')); ?>">
<script type="text/javascript" src="<?php echo e(url('js/admin/cropper.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(url('js/admin/dropzone.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(url('js/admin/jquery-3.1.0.min.js')); ?>"></script>
<!-- Pickadate.JS -->
<link rel="stylesheet" href="<?php echo e(url('plugins/pickadate/lib/themes/default.css')); ?>">
<link rel="stylesheet" href="<?php echo e(url('plugins/pickadate/lib/themes/default.date.css')); ?>">
<script src="<?php echo e(url('plugins/pickadate/lib/picker.js')); ?>"></script>
<script src="<?php echo e(url('plugins/pickadate/lib/picker.date.js')); ?>"></script>
<!-- Taggles JS -->
<script src="<?php echo e(url('plugins/taggle/src/taggle.js')); ?>"></script>
<!-- jQuery 2.2.3 -->
<script src="<?php echo e(url('plugins/jQuery/jquery-2.2.3.min.js')); ?>"></script>
<link rel="shortcut icon" type="image/png" href="/img/favicon.png">
</head>
<div class="carregando"></div>
<body class="hold-transition fixed sidebar-mini sidebar-collapse">
<div class="alertas-cont" style="z-index: 999999;"></div>
<!-- Site wrapper -->
<div class="wrapper">
<header class="main-header v2">
<?php echo $__env->make('layouts.admins.notification', $data, array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</header>
<div class="carregando"></div>
<!-- =============================================== -->
<!-- Left side column. contains the sidebar -->
<?php echo $__env->make('layouts.admins.left-sidebar', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<!-- =============================================== -->
<!-- Content Wrapper. Contains page content -->
<?php if(\Session::has('type') && \Session::has('message')): ?>
<div class="alerta alerta-<?php echo e(\Session::get('type')); ?>" id="alerta">
<div class="wrap-icone">
<i class="icone fa fa-exclamation"></i>
</div>
<div class="text">
<span class="titulo"><?php echo e(\Session::get('message')); ?></span>
<span></span>
</div>
<a href="#" class="fecha-alerta"><i class="fa fa-times"></i></a>
</div>
<?php endif; ?>
<?php echo $__env->yieldContent('content'); ?>
<div class="modal" id="modalLarge" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content"></div>
</div>
</div>
<!-- Control Sidebar -->
<?php echo $__env->make('layouts.admins.control-sidebar', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
</div>
<!-- ./wrapper -->
<script src="<?php echo url('js/vanilla-masker.min.js'); ?>"></script>
<script type="text/javascript" src="<?php echo e(url('js/jquery.card.js')); ?>"></script>
<!-- Floating labels -->
<script src="<?php echo e(url('plugins/floating-labels/floating-form-labels/dist/floatingFormLabels.min.js')); ?>"></script>
<!-- highcharts.js.js -->
<script src="<?php echo e(url('js/admin/highcharts.js')); ?>"></script>
<!-- alertUtil.js -->
<script src="<?php echo e(url('js/admin/alertUtil.js')); ?>"></script>
<!-- ApiRequest.js -->
<script src="<?php echo e(url('js/admin/ApiRequest.js')); ?>"></script>
<!-- Slugify -->
<script src="<?php echo e(url('js/admin/jquery.slugify.js')); ?>"></script>
<!-- Colopicker -->
<script src="<?php echo e(url('plugins/colorpicker/bootstrap-colorpicker.min.js')); ?>"></script>
<!-- TinyMCE -->
<!--<script src='https://devpreview.tiny.cloud/demo/tinymce.min.js'></script>-->
<script src="<?php echo e(url('plugins/tinymce/tinymce.min.js')); ?>"></script>
<!-- Bootstrap 3.3.6 -->
<script src="<?php echo e(url('js/admin/bootstrap.min.js')); ?>"></script>
<!-- DataTables -->
<script src="<?php echo e(url('plugins/datatables/jquery.dataTables.min.js')); ?>"></script>
<!-- SlimScroll -->
<script src="<?php echo e(url('plugins/slimScroll/jquery.slimscroll.min.js')); ?>"></script>
<!-- FastClick -->
<script src="<?php echo e(url('plugins/fastclick/fastclick.js')); ?>"></script>
<!-- Select2 -->
<script src="<?php echo e(url('js/admin/select2.full.min.js')); ?>"></script>
<!-- jQuery Knob -->
<script src="<?php echo e(url('plugins/knob/jquery.knob.js')); ?>"></script>
<!-- Morris.js charts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="<?php echo e(url('plugins/morris/morris.min.js')); ?>"></script>
<!-- Input-masks -->
<script src="<?php echo e(url('js/admin/jquery.maskedinput.js')); ?>"></script>
<script src="<?php echo e(url('plugins/input-mask/jquery.inputmask.js')); ?>"></script>
<script src="<?php echo e(url('plugins/input-mask/jquery.inputmask.date.extensions.js')); ?>"></script>
<script src="<?php echo e(url('plugins/input-mask/jquery.inputmask.extensions.js')); ?>"></script>
<!-- AdminLTE App -->
<script src="<?php echo e(url('js/admin/app.js')); ?>"></script>
<!-- iCheck -->
<script src="<?php echo e(url('plugins/iCheck/icheck.min.js')); ?>"></script>
<script src="<?php echo e(url('plugins/chartjs/Chart.min.js')); ?>"></script>
<!-- Custom scripts -->
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="<?php echo e(url('js/admin/scripts.js')); ?>"></script>
<script src="<?php echo e(url('js/admin/playground.js')); ?>"></script>
<?php echo $__env->yieldContent('scripts'); ?>
</body>
</html>