JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "google-analytics.blade.php"

Full Path: /home/markqprx/iniasli.pro/resources/views/pixels/google-analytics.blade.php
File size: 327 bytes
MIME-type: text/html
Charset: utf-8

@section('head-end')
    <script async src="https://www.googletagmanager.com/gtag/js?id=12345"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());
        gtag('config', '{{$pixel->pixel_id}}');
    </script>
@endsection