mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
feat(components): add googletag component
- Added a new blade component `googletag.blade.php` to the `resources/views/components` directory. - The component includes the necessary script tags for Google Tag Manager integration. - Updated the `app.blade.php` layout file to include the newly added `googletag` component.
This commit is contained in:
@@ -51,5 +51,6 @@
|
||||
@yield('content')
|
||||
<x-footer/>
|
||||
@stack('bottom_scripts')
|
||||
<x-googletag/>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user