Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
quiz_audit_management
/
storage
/
framework
/
views
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
e5ab01810505a2ed412d9743f09f01d644594f5f.php
| Size :
3.81
KB
Copy
<!DOCTYPE html> <html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>"> <head> <?php $admin_settings = \App\User::where('role', 'admin')->first(); $facebook_api_key = $admin_settings->pixel_api_key; $ga_api_key = $admin_settings->google_analytics_api_key; ?> <?php if($facebook_api_key != null && $facebook_api_key != ''): ?> <!-- Facebook 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', '<?php echo e($facebook_api_key); ?>'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=<?php echo e($facebook_api_key); ?>&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <?php endif; ?> <?php if($ga_api_key != null && $ga_api_key != ''): ?> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=<?php echo e($ga_api_key); ?>"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', '<?php echo e($ga_api_key); ?>'); </script> <?php endif; ?> <link rel='shortcut icon' type='image/x-icon' href='/images/fav.ico' /> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <!-- CSRF Token --> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <!-- Primary Meta Tags --> <title><?php echo e(config('app.name')); ?></title> <meta name="title" content="<?php echo e(config('app.name')); ?>"> <meta name="description" content="<?php echo e(config('app.meta_description')); ?>"> <!-- Open Graph / Facebook --> <meta property="og:type" content="website"> <meta property="og:url" content="<?php echo e(config('app.url')); ?>"> <meta property="og:title" content="<?php echo e(config('app.name')); ?>"> <meta property="og:description" content="<?php echo e(config('app.meta_description')); ?>"> <meta property="og:image" content="<?php echo e(config('app.meta_image') != '' ? asset('build/images/'.config('app.meta_image')) : ''); ?>"> <!-- Twitter --> <meta property="twitter:card" content="summary_large_image"> <meta property="twitter:url" content="<?php echo e(config('app.url')); ?>"> <meta property="twitter:title" content="<?php echo e(config('app.name')); ?>"> <meta property="twitter:description" content="<?php echo e(config('app.meta_description')); ?>"> <meta property="twitter:image" content="<?php echo e(config('app.meta_image') != '' ? asset('build/images/'.config('app.meta_image')) : ''); ?>"> <!-- Scripts --> <script src="<?php echo e(asset('js/app.js')); ?>?v=<?php echo e(date('YmdHis', filemtime('js/app.js'))); ?>" defer></script> <!-- Styles --> <link rel="stylesheet" href="<?php echo e(asset('css/app.css')); ?>?v=<?php echo e(date('YmdHis', filemtime('css/app.css'))); ?>"> <link href="<?php echo e(asset('css/fonts.css')); ?>" rel="stylesheet"> <script src="//fast.wistia.com/assets/external/E-v1.js"></script> </head> <body> <div id="fb-root"></div> <div id="frontend"> <App></App> </div> </body> </html><?php /**PATH /home/tbf/quiz_audit_management/resources/views/layouts/frontend.blade.php ENDPATH**/ ?>
Back