Skip to content

Commit

Permalink
Integrate hubspot chat
Browse files Browse the repository at this point in the history
  • Loading branch information
rxcod9 committed Jan 31, 2023
1 parent 82e8cc5 commit 98fd576
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/views/vendor/voyager/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,11 @@
@foreach(config('voyager.additional_js') as $js)<script type="text/javascript" src="{{ asset($js) }}"></script>@endforeach
@endif

@env(['local', 'demo'])
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/26678290.js"></script>
<!-- End of HubSpot Embed Code -->
@endenv

</body>
</html>
6 changes: 6 additions & 0 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,11 @@
</div>
</div>

@env(['local', 'demo'])
<!-- Start of HubSpot Embed Code -->
<script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/26678290.js"></script>
<!-- End of HubSpot Embed Code -->
@endenv

</body>
</html>

0 comments on commit 98fd576

Please sign in to comment.