first commit

This commit is contained in:
2024-04-16 15:43:24 +05:45
commit b49e06fa93
4387 changed files with 543889 additions and 0 deletions

View 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>