Add (composer): Add gtm library

This commit is contained in:
2023-07-30 14:58:36 +08:00
parent 0a520d6347
commit cfbc57fc84

View File

@@ -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')