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