1737076982a:1:{s:13:"Dashboard.htm";a:6:{s:8:"fileName";s:13:"Dashboard.htm";s:7:"content";s:8618:"==

<!DOCTYPE html>

<html lang="en" class="light-style layout-navbar-fixed layout-menu-fixed" dir="ltr" data-theme="theme-default" data-assets-path="{{ 'assets/dashboard/'|theme }}/" data-template="vertical-menu-template">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />

  <title>{{this.page.title}} - tiketXplorer</title>

  <meta name="description" content="" />

  <!-- Favicon -->
  <link rel="icon" type="image/x-icon" href="{{ 'assets/img/logomob.webp'|theme }}" />

  <!-- Fonts -->
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&ampdisplay=swap" rel="stylesheet" />

  <!-- Icons -->
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/fonts/fontawesome.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/fonts/tabler-icons.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/fonts/flag-icons.css'|theme }}" />

  <!-- Core CSS -->
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/css/rtl/core.css'|theme }}" class="template-customizer-core-css" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/css/rtl/theme-default.css'|theme }}" class="template-customizer-theme-css" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/css/demo.css'|theme }}" />

  <!-- Vendors CSS -->
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/node-waves/node-waves.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/perfect-scrollbar/perfect-scrollbar.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/typeahead-js/typeahead.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/apex-charts/apex-charts.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/swiper/swiper.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/datatables-bs5/datatables.bootstrap5.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.css'|theme }}" />

  <!-- FORM CSS -->
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/dropzone/dropzone.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/flatpickr/flatpickr.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/select2/select2.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/quill/typography.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/quill/katex.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/quill/editor.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/bs-stepper/bs-stepper.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/bootstrap-select/bootstrap-select.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/@form-validation/umd/styles/index.min.css'|theme }}" />
  
  <!-- FilePond styles -->
  <link href="https://unpkg.com/filepond/dist/filepond.css" rel="stylesheet">
  <link href="https://unpkg.com/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css" rel="stylesheet">

  <!-- Page CSS -->
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/css/pages/cards-advance.css'|theme }}" />

  <!-- Helpers -->
  <script src="{{ 'assets/dashboard/vendor/js/helpers.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/js/config.js'|theme }}"></script>

</head>

<body>

  <!-- Layout wrapper -->
  <div class="layout-wrapper layout-content-navbar">
    <div class="layout-container">

      {% if this.page.title != 'Login' %}
      {% partial 'dashboard/sidebar' %}
      {% endif %}

      <!-- Layout container -->
      {% if this.page.title != 'Login' %}
      <div class="layout-page">
        {% endif %}

        {% if this.page.title != 'Login' %}
        {% partial 'dashboard/navbar' %}
        {% endif %}

        <!-- Content wrapper -->
        <div class="content-wrapper">

          {% page %}


          {% partial 'dashboard/footer' %}

          <div class="content-backdrop fade"></div>

        </div>
        <!-- Content wrapper -->

        {% if this.page.title != 'Login' %}
      </div>
      {% endif %}
      <!-- / Layout page -->

    </div>

    <!-- Overlay -->
    <div class="layout-overlay layout-menu-toggle"></div>

    <!-- Drag Target Area To SlideIn Menu On Small Screens -->
    <div class="drag-target"></div>

  </div>
  <!-- / Layout wrapper -->


  <!-- Core JS -->
  <!-- build:js assets/vendor/js/core.js -->

  <script src="{{ 'assets/dashboard/vendor/libs/jquery/jquery.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/popper/popper.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/js/bootstrap.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/node-waves/node-waves.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/perfect-scrollbar/perfect-scrollbar.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/hammer/hammer.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/i18n/i18n.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/typeahead-js/typeahead.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/js/menu.js'|theme }}"></script>

  <!-- endbuild -->

  <!-- Vendors JS -->
  <script src="{{ 'assets/dashboard/vendor/libs/apex-charts/apexcharts.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/swiper/swiper.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/datatables-bs5/datatables-bootstrap5.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/chartjs/chartjs.js'|theme }}"></script>

  <!-- FORM JS -->
  <script src="{{ 'assets/dashboard/vendor/libs/dropzone/dropzone.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/cleavejs/cleave.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/cleavejs/cleave-phone.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/moment/moment.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/flatpickr/flatpickr.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/select2/select2.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/quill/katex.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/quill/quill.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/bs-stepper/bs-stepper.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/bootstrap-select/bootstrap-select.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/@form-validation/umd/bundle/popular.min.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/@form-validation/umd/plugin-bootstrap5/index.min.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/@form-validation/umd/plugin-auto-focus/index.min.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/jquery-repeater/jquery-repeater.js'|theme }}"></script>
  
  <!-- FilePond scripts -->
  <script src="https://unpkg.com/filepond/dist/filepond.js"></script>
  <script src="https://unpkg.com/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.js"></script>
  <script src="https://unpkg.com/filepond-plugin-image-exif-orientation/dist/filepond-plugin-image-exif-orientation.js"></script>
  <script src="https://unpkg.com/filepond-plugin-file-validate-size/dist/filepond-plugin-file-validate-size.js"></script>
  <script src="https://unpkg.com/filepond-plugin-image-edit/dist/filepond-plugin-image-edit.js"></script>

  <!-- Main JS -->
  <script src="{{ 'assets/dashboard/js/main.js'|theme }}"></script>

  <!-- Include jQuery -->

  {% snowboard all %}

  {% placeholder scripts %}

</body>
</html>";s:5:"mtime";i:1729047284;s:6:"markup";s:8612:"<!DOCTYPE html>

<html lang="en" class="light-style layout-navbar-fixed layout-menu-fixed" dir="ltr" data-theme="theme-default" data-assets-path="{{ 'assets/dashboard/'|theme }}/" data-template="vertical-menu-template">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />

  <title>{{this.page.title}} - tiketXplorer</title>

  <meta name="description" content="" />

  <!-- Favicon -->
  <link rel="icon" type="image/x-icon" href="{{ 'assets/img/logomob.webp'|theme }}" />

  <!-- Fonts -->
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&ampdisplay=swap" rel="stylesheet" />

  <!-- Icons -->
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/fonts/fontawesome.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/fonts/tabler-icons.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/fonts/flag-icons.css'|theme }}" />

  <!-- Core CSS -->
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/css/rtl/core.css'|theme }}" class="template-customizer-core-css" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/css/rtl/theme-default.css'|theme }}" class="template-customizer-theme-css" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/css/demo.css'|theme }}" />

  <!-- Vendors CSS -->
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/node-waves/node-waves.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/perfect-scrollbar/perfect-scrollbar.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/typeahead-js/typeahead.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/apex-charts/apex-charts.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/swiper/swiper.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/datatables-bs5/datatables.bootstrap5.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/datatables-responsive-bs5/responsive.bootstrap5.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/datatables-checkboxes-jquery/datatables.checkboxes.css'|theme }}" />

  <!-- FORM CSS -->
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/dropzone/dropzone.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/flatpickr/flatpickr.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/select2/select2.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/quill/typography.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/quill/katex.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/quill/editor.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/bs-stepper/bs-stepper.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/bootstrap-select/bootstrap-select.css'|theme }}" />
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/libs/@form-validation/umd/styles/index.min.css'|theme }}" />
  
  <!-- FilePond styles -->
  <link href="https://unpkg.com/filepond/dist/filepond.css" rel="stylesheet">
  <link href="https://unpkg.com/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.css" rel="stylesheet">

  <!-- Page CSS -->
  <link rel="stylesheet" href="{{ 'assets/dashboard/vendor/css/pages/cards-advance.css'|theme }}" />

  <!-- Helpers -->
  <script src="{{ 'assets/dashboard/vendor/js/helpers.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/js/config.js'|theme }}"></script>

</head>

<body>

  <!-- Layout wrapper -->
  <div class="layout-wrapper layout-content-navbar">
    <div class="layout-container">

      {% if this.page.title != 'Login' %}
      {% partial 'dashboard/sidebar' %}
      {% endif %}

      <!-- Layout container -->
      {% if this.page.title != 'Login' %}
      <div class="layout-page">
        {% endif %}

        {% if this.page.title != 'Login' %}
        {% partial 'dashboard/navbar' %}
        {% endif %}

        <!-- Content wrapper -->
        <div class="content-wrapper">

          {% page %}


          {% partial 'dashboard/footer' %}

          <div class="content-backdrop fade"></div>

        </div>
        <!-- Content wrapper -->

        {% if this.page.title != 'Login' %}
      </div>
      {% endif %}
      <!-- / Layout page -->

    </div>

    <!-- Overlay -->
    <div class="layout-overlay layout-menu-toggle"></div>

    <!-- Drag Target Area To SlideIn Menu On Small Screens -->
    <div class="drag-target"></div>

  </div>
  <!-- / Layout wrapper -->


  <!-- Core JS -->
  <!-- build:js assets/vendor/js/core.js -->

  <script src="{{ 'assets/dashboard/vendor/libs/jquery/jquery.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/popper/popper.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/js/bootstrap.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/node-waves/node-waves.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/perfect-scrollbar/perfect-scrollbar.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/hammer/hammer.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/i18n/i18n.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/typeahead-js/typeahead.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/js/menu.js'|theme }}"></script>

  <!-- endbuild -->

  <!-- Vendors JS -->
  <script src="{{ 'assets/dashboard/vendor/libs/apex-charts/apexcharts.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/swiper/swiper.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/datatables-bs5/datatables-bootstrap5.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/chartjs/chartjs.js'|theme }}"></script>

  <!-- FORM JS -->
  <script src="{{ 'assets/dashboard/vendor/libs/dropzone/dropzone.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/cleavejs/cleave.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/cleavejs/cleave-phone.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/moment/moment.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/flatpickr/flatpickr.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/select2/select2.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/quill/katex.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/quill/quill.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/bs-stepper/bs-stepper.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/bootstrap-select/bootstrap-select.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/@form-validation/umd/bundle/popular.min.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/@form-validation/umd/plugin-bootstrap5/index.min.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/@form-validation/umd/plugin-auto-focus/index.min.js'|theme }}"></script>
  <script src="{{ 'assets/dashboard/vendor/libs/jquery-repeater/jquery-repeater.js'|theme }}"></script>
  
  <!-- FilePond scripts -->
  <script src="https://unpkg.com/filepond/dist/filepond.js"></script>
  <script src="https://unpkg.com/filepond-plugin-image-preview/dist/filepond-plugin-image-preview.js"></script>
  <script src="https://unpkg.com/filepond-plugin-image-exif-orientation/dist/filepond-plugin-image-exif-orientation.js"></script>
  <script src="https://unpkg.com/filepond-plugin-file-validate-size/dist/filepond-plugin-file-validate-size.js"></script>
  <script src="https://unpkg.com/filepond-plugin-image-edit/dist/filepond-plugin-image-edit.js"></script>

  <!-- Main JS -->
  <script src="{{ 'assets/dashboard/js/main.js'|theme }}"></script>

  <!-- Include jQuery -->

  {% snowboard all %}

  {% placeholder scripts %}

</body>
</html>";s:4:"code";N;s:17:"_PARSER_ERROR_INI";s:0:"";}}