| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/storage/framework/views/ |
Upload File : |
<!DOCTYPE html>
<html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSRF Token -->
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
<!-- Standard SEO -->
<title><?php echo e($title ?? ''); ?></title>
<meta name="robots" content="index">
<meta name="description" content="<?php echo e($description ?? ''); ?>">
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.png" />
<!-- Facebook OpenGraph -->
<meta property="fb:app_id" content=""/>
<meta property="og:locale" content="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>">
<meta property="og:type" content="website">
<meta property="og:url" content="<?php echo e(url('')); ?>">
<meta property="og:title" content="<?php echo e($title ?? ''); ?>">
<meta property="og:description" content="<?php echo e($description ?? ''); ?>">
<meta property="og:image" content="<?php echo e(url($image ?? '')); ?>">
<meta property="og:site_name" content="Zlock">
<!-- Twitter Card -->
<meta name="twitter:card" content="">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="<?php echo e($title ?? ''); ?>">
<meta name="twitter:description" content="<?php echo e($description ?? ''); ?>">
<meta name="twitter:image" content="<?php echo e(url($image ?? '')); ?>">
<!-- Scripts -->
<script src="<?php echo e(mix('js/app.js')); ?>" defer></script>
<!-- Fonts -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<!-- Styles -->
<link href="<?php echo e(mix('css/app.css')); ?>" rel="stylesheet">
<style>
</style>
</head>
<body>
<div id="app">
<index></index>
</div>
</body>
</html><?php /**PATH /opt/bitnami/apache/htdocs/app/resources/views/welcome.blade.php ENDPATH**/ ?>