Add (composer): Add gtm library
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@include('googletagmanager::head')
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
@@ -22,6 +23,8 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
@include('googletagmanager::body')
|
||||||
|
|
||||||
@include('layouts.front.navigation')
|
@include('layouts.front.navigation')
|
||||||
|
|
||||||
@yield('content')
|
@yield('content')
|
||||||
|
|||||||
Reference in New Issue
Block a user