/
var
/
www
/
html
/
gnet
/
resources
/
views
/
components
/
Upload File
HOME
<!-- 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-MKLVT3L');</script> <!-- End Google Tag Manager --> <meta name="facebook-domain-verification" content="2h9qi0cwx3smddu6aiwh9gg9xzo0x6" /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" type="image/x-icon" href="{{ asset('assets/img/gnet.webp') }}"> <!-- Primary Meta Tags --> <title>{{ $metaTags->title ?? 'GNET Indonesia' }}</title> <meta name="title" content="{{ $metaTags->title ?? 'GNET Indonesia' }}" /> <meta name="description" content="{{ $metaTags->description ?? '' }}" /> <meta name="keywords" content="{{ $metaTags->keywords ?? '' }}" /> <link rel="canonical" href="{{ request()->fullUrl() }}" /> <!-- Open Graph / Facebook --> <meta property="og:type" content="website" /> <meta property="og:url" content="{{ request()->fullUrl() }}" /> <meta property="og:title" content="{{ $metaTags->title ?? 'GNET Indonesia' }}" /> <meta property="og:description" content="{{ $metaTags->description ?? '' }}" /> @if (isset($metaTags) && $metaTags->thumbnail_image !== null) <meta property="og:image" content="{{ request()->fullUrl() . '/uploads/' . $metaTags->thumbnail_image }}" /> @endif <!-- Twitter --> <meta property="twitter:card" content="summary_large_image" /> <meta property="twitter:url" content="{{ request()->fullUrl() }}" /> <meta property="twitter:title" content="{{ $metaTags->title ?? 'GNET Indonesia' }}" /> <meta property="twitter:description" content="{{ $metaTags->description ?? '' }}" /> @if (isset($metaTags) && $metaTags->thumbnail_image !== null) <meta property="twitter:image" content="{{ request()->fullUrl() . '/uploads/' . $metaTags->thumbnail_image }}" /> @endif @if (isset($metaTags) && $metaTags->custom_tags !== null) {!! html_entity_decode($metaTags->custom_tags) !!} @endif