|
30 | 30 | <link href="{{ asset('light-bootstrap/css/light-bootstrap-dashboard.css?v=2.0.0') }} " rel="stylesheet" />
|
31 | 31 | <!-- CSS Just for demo purpose, don't include it in your project -->
|
32 | 32 | <link href="{{ asset('light-bootstrap/css/demo.css') }}" rel="stylesheet" />
|
| 33 | + |
| 34 | + <!-- Canonical SEO --> |
| 35 | + <link rel="canonical" href="https://www.creative-tim.com/product/light-bootstrap-dashboard-laravel" /> |
| 36 | + <!-- Social tags --> |
| 37 | + <meta name="keywords" content="creative tim, html dashboard, html css dashboard, web dashboard, bootstrap 4 dashboard, bootstrap 4, css3 dashboard, bootstrap 4 admin, light bootstrap dashboard bootstrap 4 dashboard, frontend, responsive bootstrap 4 dashboard, light bootstrap design, light bootstrap dashboard bootstrap 4 dashboard"> |
| 38 | + <meta name="description" content="Light Bootstrap Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you."> |
| 39 | + |
| 40 | + |
| 41 | + <!-- Schema.org markup for Google+ --> |
| 42 | + <meta itemprop="name" content="Light Bootstrap Dashboard PRO by Creative Tim"> |
| 43 | + <meta itemprop="description" content="Light Bootstrap Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you."> |
| 44 | + |
| 45 | + <meta itemprop="image" content="https://s3.amazonaws.com/creativetim_bucket/products/72/opt_nudp_thumbnail.jpg"> |
| 46 | + |
| 47 | + |
| 48 | + <!-- Twitter Card data --> |
| 49 | + <meta name="twitter:card" content="product"> |
| 50 | + <meta name="twitter:site" content="@creativetim"> |
| 51 | + <meta name="twitter:title" content="[Light Bootstrap Dashboard PRO] by Creative Tim"> |
| 52 | + |
| 53 | + <meta name="twitter:description" content="Light Bootstrap Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you."> |
| 54 | + <meta name="twitter:creator" content="@creativetim"> |
| 55 | + <meta name="twitter:image" content="https://s3.amazonaws.com/creativetim_bucket/products/72/opt_nudp_thumbnail.jpg"> |
| 56 | + |
| 57 | + |
| 58 | + <!-- Open Graph data --> |
| 59 | + <meta property="fb:app_id" content="655968634437471"> |
| 60 | + <meta property="og:title" content="Light Bootstrap Dashboard PRO by Creative Tim" /> |
| 61 | + <meta property="og:type" content="article" /> |
| 62 | + <meta property="og:url" content="http://demos.creative-tim.com/light-bootstrap-dashboard-pro/examples/dashboard.html" /> |
| 63 | + <meta property="og:image" content="https://s3.amazonaws.com/creativetim_bucket/products/72/opt_nudp_thumbnail.jpg"/> |
| 64 | + <meta property="og:description" content="Light Bootstrap Dashboard PRO is a beautiful Bootstrap 4 admin dashboard with a large number of components, designed to look beautiful, clean and organized. If you are looking for a tool to manage dates about your business, this dashboard is the thing for you." /> |
| 65 | + <meta property="og:site_name" content="Creative Tim" /> |
| 66 | + <!-- Google Tag Manager --> |
| 67 | + <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
| 68 | + new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
| 69 | + j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
| 70 | + 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
| 71 | + })(window,document,'script','dataLayer','GTM-NKDMSK6');</script> |
| 72 | + <!-- End Google Tag Manager --> |
| 73 | + |
| 74 | + <script> |
| 75 | + // Facebook Pixel Code Don't Delete |
| 76 | + ! function(f, b, e, v, n, t, s) { |
| 77 | + if (f.fbq) return; |
| 78 | + n = f.fbq = function() { |
| 79 | + n.callMethod ? |
| 80 | + n.callMethod.apply(n, arguments) : n.queue.push(arguments) |
| 81 | + }; |
| 82 | + if (!f._fbq) f._fbq = n; |
| 83 | + n.push = n; |
| 84 | + n.loaded = !0; |
| 85 | + n.version = '2.0'; |
| 86 | + n.queue = []; |
| 87 | + t = b.createElement(e); |
| 88 | + t.async = !0; |
| 89 | + t.src = v; |
| 90 | + s = b.getElementsByTagName(e)[0]; |
| 91 | + s.parentNode.insertBefore(t, s) |
| 92 | + }(window, |
| 93 | + document, 'script', '//connect.facebook.net/en_US/fbevents.js'); |
| 94 | + try { |
| 95 | + fbq('init', '111649226022273'); |
| 96 | + fbq('track', "PageView"); |
| 97 | + } catch (err) { |
| 98 | + console.log('Facebook Track Error:', err); |
| 99 | + } |
| 100 | + </script> |
33 | 101 | </head>
|
34 | 102 |
|
35 | 103 | <body>
|
| 104 | + <!-- Google Tag Manager (noscript) --> |
| 105 | + <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NKDMSK6" |
| 106 | + height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
| 107 | + <!-- End Google Tag Manager (noscript) --> |
| 108 | + <noscript> |
| 109 | + <img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=111649226022273&ev=PageView&noscript=1" /> |
| 110 | + </noscript> |
36 | 111 |
|
37 | 112 | <div class="wrapper @if (!auth()->check() || request()->route()->getName() == "") wrapper-full-page @endif">
|
38 | 113 |
|
|
0 commit comments