first commit
This commit is contained in:
13
resources/views/bib/partials/footer.blade.php
Normal file
13
resources/views/bib/partials/footer.blade.php
Normal file
@ -0,0 +1,13 @@
|
||||
<script src="{!! template('js/jquery-3.3.1.min.js')!!}"></script>
|
||||
<script src="{!! template('js/jquery.steps.js')!!}"></script>
|
||||
<script src="{!! template('vendor/date-picker/js/datepicker.js')!!}"></script>
|
||||
<script src="{!! template('vendor/date-picker/js/datepicker.en.js')!!}"></script>
|
||||
<script src="{!! template('js/main.js')!!}"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-23581568-13"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-23581568-13');
|
||||
</script>
|
Reference in New Issue
Block a user