mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
22 lines
940 B
PHP
22 lines
940 B
PHP
{{--BEGIN VENDOR JS--}}
|
|
|
|
<!-- Google Tag Manager -->
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
'https://www.googletagmanager.com/gtm.js?id=%27+i+dl;f.parentNode.insertBefore(j,f);
|
|
})(window,document,'script','dataLayer','GTM-WDCRHTZ');</script>
|
|
<!-- End Google Tag Manager -->
|
|
|
|
<script>
|
|
window.Laravel = {!! json_encode([
|
|
'csrfToken' => csrf_token(),
|
|
'baseUrl' => url('/'),
|
|
'routes' => collect(\Route::getRoutes())->mapWithKeys(function ($route) { return [$route->getName() => $route->uri()]; })
|
|
]) !!};
|
|
</script>
|
|
|
|
<script src="{{ asset('js/vendor.js') }}" type="text/javascript"></script>
|
|
<script src="{{asset('vue/app.js')}}"></script>
|
|
<script src="{{ asset('js/site.js') }}" type="text/javascript"></script>
|
|
{{--END VENDOR JS--}}
|