|
26 | 26 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
27 | 27 |
|
28 | 28 | <!-- Extra details for Live View on GitHub Pages -->
|
29 |
| - <!-- Canonical SEO --> |
30 |
| - <link rel="canonical" href="https://www.creative-tim.com/product/paper-dashboard-laravel" /> |
31 |
| - |
32 |
| - |
33 |
| - <!-- Social tags --> |
34 |
| - <meta name="keywords" content="design system, dashboard, bootstrap 4 dashboard, bootstrap 4 design, bootstrap 4 system, bootstrap 4, bootstrap 4 uit kit, bootstrap 4 kit, paper, paper dashboard, creative tim, updivision, html dashboard, html css template, web template, bootstrap, bootstrap 4, css3 template, frontend, responsive bootstrap template, bootstrap dashboard, responsive dashboard, laravel, laravel php, laravel php framework, free laravel admin template, free laravel admin, free laravel admin template + Front End + CRUD, crud laravel php, crud laravel, laravel backend admin dashboard"> |
35 |
| - <meta name="description" content="Start your development with a Bootstrap 4 Admin Dashboard built for Laravel Framework 5.5 and Up."> |
36 |
| - |
37 |
| - |
38 |
| - <!-- Schema.org markup for Google+ --> |
39 |
| - <meta itemprop="name" content="Paper Dashboard Laravel by Creative Tim"> |
40 |
| - <meta itemprop="description" content="Start your development with a Bootstrap 4 Admin Dashboard built for Laravel Framework 5.5 and Up."> |
41 |
| - |
42 |
| - <meta itemprop="image" content="https://s3.amazonaws.com/creativetim_bucket/products/209/opt_pd_laravel_thumbnail.jpg"> |
43 |
| - |
44 |
| - |
45 |
| - <!-- Twitter Card data --> |
46 |
| - <meta name="twitter:card" content="product"> |
47 |
| - <meta name="twitter:site" content="@creativetim"> |
48 |
| - <meta name="twitter:title" content="Paper Dashboard Laravel by Creative Tim"> |
49 |
| - |
50 |
| - <meta name="twitter:description" content="Start your development with a Bootstrap 4 Admin Dashboard built for Laravel Framework 5.5 and Up."> |
51 |
| - <meta name="twitter:creator" content="@creativetim"> |
52 |
| - <meta name="twitter:image" content="https://s3.amazonaws.com/creativetim_bucket/products/209/opt_pd_laravel_thumbnail.jpg"> |
53 |
| - |
54 |
| - |
55 |
| - <!-- Open Graph data --> |
56 |
| - <meta property="fb:app_id" content="655968634437471"> |
57 |
| - <meta property="og:title" content="Paper Dashboard Laravel by Creative Tim" /> |
58 |
| - <meta property="og:type" content="article" /> |
59 |
| - <meta property="og:url" content="https://www.creative-tim.com/live/paper-dashboard-laravel" /> |
60 |
| - <meta property="og:image" content="https://s3.amazonaws.com/creativetim_bucket/products/209/opt_pd_laravel_thumbnail.jpg"/> |
61 |
| - <meta property="og:description" content="Start your development with a Bootstrap 4 Admin Dashboard built for Laravel Framework 5.5 and Up." /> |
62 |
| - <meta property="og:site_name" content="Creative Tim" /> |
63 | 29 |
|
64 | 30 | <title>
|
65 | 31 | {{ __('Paper Dashboard by Creative Tim') }}
|
|
75 | 41 | <!-- CSS Just for demo purpose, don't include it in your project -->
|
76 | 42 | <link href="{{ asset('paper') }}/demo/demo.css" rel="stylesheet" />
|
77 | 43 |
|
78 |
| - <!-- Google Tag Manager --> |
79 |
| - <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
80 |
| - new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
81 |
| - j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
82 |
| - 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
83 |
| - })(window,document,'script','dataLayer','GTM-NKDMSK6');</script> |
84 |
| - <!-- End Google Tag Manager --> |
85 | 44 | </head>
|
86 | 45 |
|
87 | 46 | <body class="{{ $class }}">
|
88 |
| - <!-- Google Tag Manager (noscript) --> |
89 |
| - <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NKDMSK6" |
90 |
| - height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
91 |
| - <!-- End Google Tag Manager (noscript) --> |
92 | 47 |
|
93 | 48 | @auth()
|
94 | 49 | @include('layouts.page_templates.auth')
|
|
0 commit comments