|
@@ -21,6 +21,15 @@
|
|
|
})
|
|
|
</script>
|
|
|
{!! ReCaptcha::htmlScriptTagJsApi() !!}
|
|
|
+ <!-- Google tag (gtag.js) -->
|
|
|
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-B257QLRVB2"></script>
|
|
|
+ <script>
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
+ gtag('js', new Date());
|
|
|
+
|
|
|
+ gtag('config', 'G-B257QLRVB2');
|
|
|
+ </script>
|
|
|
</head>
|
|
|
|
|
|
<body>
|