Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
duplicat_sala_palatului
/
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 :
0389ead775e8b77b6f2f15f2806ab2a6d7a150d7.php
| Size :
4.04
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; ?> <!-- 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-PWGPK7G');</script> <!-- End Google Tag Manager --> <link rel='shortcut icon' type='image/x-icon' href='/images/favicon.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> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PWGPK7G" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="fb-root"></div> <div id="frontend"> <App></App> </div> </body> </html><?php /**PATH /home/tbf/duplicat_sala_palatului/resources/views/layouts/frontend.blade.php ENDPATH**/ ?>
Back