Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 6.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!--
  4. Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 4 & Angular 7
  5. Author: KeenThemes
  6. Website: http://www.keenthemes.com/
  7. Contact: support@keenthemes.com
  8. Follow: www.twitter.com/keenthemes
  9. Dribbble: www.dribbble.com/keenthemes
  10. Like: www.facebook.com/keenthemes
  11. Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
  12. Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
  13. License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
  14. -->
  15. <html lang="en">
  16.  
  17. <!-- begin::Head -->
  18. <head>
  19.  
  20.     <!--begin::Base Path (base relative path for assets of this page) -->
  21.     <base href="../">
  22.  
  23.     <!--end::Base Path -->
  24.     <meta charset="utf-8" />
  25.     <title>iTory</title>
  26.     <meta name="description" content="Latest updates and statistic charts">
  27.     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  28.  
  29.     <!--begin::Fonts -->
  30.     <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
  31.     <script>
  32.         WebFont.load({
  33.             google: {
  34.                 "families": ["Poppins:300,400,500,600,700", "Asap+Condensed:500"]
  35.             },
  36.             active: function() {
  37.                 sessionStorage.fonts = true;
  38.             }
  39.         });
  40.     </script>
  41.  
  42.     <!--end::Fonts -->
  43.  
  44.     <!--begin::Page Vendors Styles(used by this page) -->
  45.     <link href="{{ asset('css/fullcalendar.bundle.min.css') }}" rel="stylesheet" type="text/css" />
  46.  
  47.     <!--end::Page Vendors Styles -->
  48.  
  49.     <!--begin:: Global Mandatory Vendors -->
  50.     <link href="{{ asset('css/perfect-scrollbar.css') }}" rel="stylesheet" type="text/css" />
  51.  
  52.     <!--end:: Global Mandatory Vendors -->
  53.  
  54.     <!--begin:: Global Optional Vendors -->
  55.     <link href="{{ asset('css/tether.min.css') }}" rel="stylesheet" type="text/css" />
  56.     <link href="{{ asset('css/bootstrap-datepicker3.min.css') }}" rel="stylesheet" type="text/css" />
  57.     <link href="{{ asset('css/bootstrap-datetimepicker.min.css') }}" rel="stylesheet" type="text/css" />
  58.     <link href="{{ asset('css/bootstrap-timepicker.min.css') }}" rel="stylesheet" type="text/css" />
  59.     <link href="{{ asset('css/daterangepicker.css') }}" rel="stylesheet" type="text/css" />
  60.     <link href="{{ asset('css/jquery.bootstrap-touchspin.min.css') }}" rel="stylesheet" type="text/css" />
  61.     <link href="{{ asset('css/bootstrap-select.min.css') }}" rel="stylesheet" type="text/css" />
  62.     <link href="{{ asset('css/bootstrap-switch.min.css') }}" rel="stylesheet" type="text/css" />
  63.     <link href="{{ asset('css/select2.min.css') }}" rel="stylesheet" type="text/css" />
  64.     <link href="{{ asset('css/ion.rangeSlider.min.css') }}" rel="stylesheet" type="text/css" />
  65.     <link href="{{ asset('css/nouislider.min.css') }}" rel="stylesheet" type="text/css" />
  66.     <link href="{{ asset('css/owl.carousel.min.css') }}" rel="stylesheet" type="text/css" />
  67.     <link href="{{ asset('css/owl.theme.default.min.css') }}" rel="stylesheet" type="text/css" />
  68.     <link href="{{ asset('css/dropzone.css') }}" rel="stylesheet" type="text/css" />
  69.     <link href="{{ asset('css/summernote.css') }}" rel="stylesheet" type="text/css" />
  70.     <link href="{{ asset('css/bootstrap-markdown.min.css') }}" rel="stylesheet" type="text/css" />
  71.     <link href="{{ asset('css/animate.min.css') }}" rel="stylesheet" type="text/css" />
  72.     <link href="{{ asset('css/toastr.min.css') }}" rel="stylesheet" type="text/css" />
  73.     <link href="{{ asset('css/morris.css') }}" rel="stylesheet" type="text/css" />
  74.     <link href="{{ asset('css/sweetalert2.min.css') }}" rel="stylesheet" type="text/css" />
  75.     <link href="{{ asset('css/socicon.css') }}" rel="stylesheet" type="text/css" />
  76.     <link href="{{ asset('css/line-awesome.css') }}" rel="stylesheet" type="text/css" />
  77.     <link href="{{ asset('css/flaticon.css') }}" rel="stylesheet" type="text/css" />
  78.     <link href="{{ asset('css/flaticon2.css') }}" rel="stylesheet" type="text/css" />
  79.     <link href="{{ asset('css/all.min.css') }}" rel="stylesheet" type="text/css" />
  80.  
  81.     <!--end:: Global Optional Vendors -->
  82.  
  83.     <!--begin::Global Theme Styles(used by all pages) -->
  84.     <link href="{{ asset('css/style.bundle.min.css') }}" rel="stylesheet" type="text/css" />
  85.  
  86.     <!--end::Global Theme Styles -->
  87.  
  88.     <!--begin::Layout Skins(used by all pages) -->
  89.  
  90.     <!--end::Layout Skins -->
  91.     <link rel="shortcut icon" href="{{ asset('images/favicon.ico') }}" />
  92.  
  93.     <!--begin::Custom css -->
  94.     <link rel="stylesheet" href="{{ asset('css/main.css') }}">
  95.     <!--end::Custom css -->
  96. </head>
  97.  
  98. <!-- end::Head -->
  99.  
  100. <!-- begin::Body -->
  101. <body class="kt-page--fluid kt-page-content-white kt-quick-panel--right kt-demo-panel--right kt-offcanvas-panel--right kt-header--fixed kt-header-mobile--fixed kt-subheader--enabled kt-subheader--transparent kt-aside--enabled kt-aside--fixed">
  102. <div id="cover-spin-whole"></div>
  103. <!-- begin:: Page -->
  104.  
  105. <!-- begin:: Header Mobile -->
  106.     @include('partials.mobile_header')
  107. <!-- end:: Header Mobile -->
  108. <div class="kt-grid kt-grid--hor kt-grid--root">
  109.     <div class="kt-grid__item kt-grid__item--fluid kt-grid kt-grid--ver kt-page">
  110.         <div class="kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor kt-wrapper" id="kt_wrapper">
  111.  
  112.             <!-- begin:: Header -->
  113.                 @include('partials.header')
  114.             <!-- end:: Header -->
  115.             <div class="kt-container kt-grid__item kt-grid__item--fluid kt-grid kt-grid--ver kt-grid--stretch" id="kt_body">
  116.  
  117.                 <!-- begin:: Aside -->
  118.                     @include('partials.aside')
  119.                 <!-- end:: Aside -->
  120.                 <div class="kt-holder kt-grid__item kt-grid__item--fluid kt-grid kt-grid--hor">
  121.  
  122.                     <!-- begin:: Subheader -->
  123.                         @include('partials.sub_header')
  124.                     <!-- end:: Subheader -->
  125.  
  126.                     <!-- begin:: Content -->
  127.                     <div class="kt-content kt-grid__item kt-grid__item--fluid" id="kt_content">
  128.                         <!--Begin::Dashboard 4-->
  129.                         @yield('content')
  130.                         <!--End::Dashboard 4-->
  131.                     </div>
  132.  
  133.                     <!-- end:: Content -->
  134.                 </div>
  135.             </div>
  136.  
  137.             <!-- begin:: Footer -->
  138.                 @include('partials.footer')
  139.             <!-- end:: Footer -->
  140.         </div>
  141.     </div>
  142. </div>
  143.  
  144. <!-- end:: Page -->
  145.  
  146. <!-- begin::Scrolltop -->
  147. <div id="kt_scrolltop" class="kt-scrolltop">
  148.     <i class="fa fa-arrow-up"></i>
  149. </div>
  150. <!-- end::Scrolltop -->
  151.  
  152. <!-- begin::Sticky Toolbar -->
  153.     @include('partials.sticky_toolbar')
  154. <!-- end::Sticky Toolbar -->
  155.  
  156. <!--Begin:: Chat-->
  157.     @include('partials.chat')
  158. <!--ENd:: Chat-->
  159.  
  160. @include('partials.scripts')
  161. </body>
  162.  
  163. <!-- end::Body -->
  164. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement