HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/sarvodayahospital/resources/views/partials/head.blade.php
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
    <meta name="theme-color" content="#0091c6" />
    <meta name="p:domain_verify" content="c193eeeb13acb8f186413c1d8ef5eb54"/>
    <meta name="google-site-verification" content="EU7OiIlp-q1K2Xsfwin3X9ZSbGjFX29yOYI2Ck15hNE" />
    <meta name="msvalidate.01" content="CC416A29FD8FD652F24CC602381BD4D8" />
    <meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/>

    {!! RecaptchaV3::initJs() !!}
    @if(isset($seo) && !is_null($seo))
        <!-- META TITLE -->
        @if($seo->Title != '' ) <title>{{ $seo->Title }}</title> @endif
        @if($seo->Description != '' ) <meta name="description" content="{{ $seo->Description }}" /> @endif
        @if($seo->Keywords != '' ) <meta name="keywords" content="{{ $seo->Keywords}} " /> @endif

        <!-- OG TAG -->
        @if($seo->Title != '' ) <meta property="og:title" content="{{ $seo->Title }}"> @endif
        @if($seo->Description != '' ) <meta property="og:description" content="{{ $seo->Description }}"> @endif
        <meta property="og:type" content="Healthcare Organization" />
        <meta property="og:site_name" content="sarvodayahospital.com">
        <meta property="og:image" content="https://sdk-image2.s3.ap-south-1.amazonaws.com/Sarvodaya_Building_New_Image_final_8d5554a560.jpg">
        <meta property="og:url" content="{{ request()->fullUrl() }}" />
        <meta property="og:locale" content="en IN" />

        <!-- TWITTER TAG -->
        <meta name="twitter:card" content="summary_large_image" />
        @if($seo->Title != '' ) <meta property="twitter:title" content="{{ $seo->Title }}"> @endif
        @if($seo->Description != '' ) <meta property="twitter:description" content="{{ $seo->Description }}"> @endif
        <meta name="twitter:image" content="https://sdk-image2.s3.ap-south-1.amazonaws.com/Sarvodaya_Building_New_Image_final_8d5554a560.jpg" />
        <meta name="twitter:site" content="@Sarvodaya_Care" />
        <meta name="twitter:creator" content="@Sarvodaya_Care" />
    @else
        {!! \Artesaos\SEOTools\Facades\SEOMeta::generate() !!}
        {!! \Artesaos\SEOTools\Facades\OpenGraph::generate() !!}
        {!! \Artesaos\SEOTools\Facades\TwitterCard::generate() !!}
        @yield('seo')
    @endif

    @if (request()->routeIs('home'))
        <meta property="og:url" content="{{ request()->url() }}">
        <link rel="canonical" href="{{ request()->url() }}/" />
    @else
        <link rel="canonical" href="{{ request()->url() }}" />
    @endif

    <link rel="shortcut icon" type="image/png" href="{{ asset('img/favicon.ico') }}" />
    <link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}" />
    <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />
    <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css" />
    <link rel="stylesheet" href="{{ asset('css/custom.css') }}" />
    <link rel="stylesheet" href="{{ asset('css/style.css') }}" />
    <link rel="stylesheet" href="{{ asset('css/theme.css') }}" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css" />
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css" />
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/select2-bootstrap-5-theme@1.3.0/dist/select2-bootstrap-5-theme.min.css" />
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11.7.3/dist/sweetalert2.min.css">
    <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
    @yield('css')

    @include('partials.schema')

    @yield('schema_scripts')

    <!-- Global site tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-148348543-1"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
        gtag('js', new Date());

        gtag('config', 'UA-148348543-1');
    </script>

    <!-- 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='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-KG6FPC8');</script>
    <!-- End Google Tag Manager -->

    <!-- Clarity -->
    <script type="text/javascript">

        (function(c,l,a,r,i,t,y){

            c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};

            t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;

            y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);

        })(window, document, "clarity", "script", "o32ny8akdf");

    </script>

    <!-- Meta Pixel Code -->
    <script>
    !function(f,b,e,v,n,t,s)
    {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
    n.callMethod.apply(n,arguments):n.queue.push(arguments)};
    if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
    n.queue=[];t=b.createElement(e);t.async=!0;
    t.src=v;s=b.getElementsByTagName(e)[0];
    s.parentNode.insertBefore(t,s)}(window, document,'script',
    'https://connect.facebook.net/en_US/fbevents.js');
    fbq('init', '2271727309830219');
    fbq('track', 'PageView');
    </script>
    <noscript><img height="1" width="1" style="display:none"
    src="https://www.facebook.com/tr?id=2271727309830219&ev=PageView&noscript=1"
    /></noscript>
    <!-- End Meta Pixel Code -->

</head>