We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9449b1 commit eb66e93Copy full SHA for eb66e93
resources/views/layouts/app.blade.php
@@ -2,8 +2,19 @@
2
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
3
4
<head>
5
+ <!-- Google tag (gtag.js) -->
6
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-M49WX379LE"></script>
7
+ <script>
8
+ window.dataLayer = window.dataLayer || [];
9
+ function gtag(){dataLayer.push(arguments);}
10
+ gtag('js', new Date());
11
+
12
+ gtag('config', 'G-M49WX379LE');
13
+ </script>
14
15
<meta charset="utf-8">
16
<meta name="viewport" content="width=device-width, initial-scale=1">
17
+ <meta name="google-site-verification" content="RC96bUWVuDpuroWlQAckYhJ4GOCR0g5U7vaREIiZm8I" />
18
<title>MapMarker</title>
19
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
20
0 commit comments