| 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/resources/views/ |
Upload File : |
<!DOCTYPE html>
<html lang="{{ 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="{{ csrf_token() }}">
<!-- Standard SEO -->
<title>{{ $title ?? '' }}</title>
<meta name="robots" content="index">
<meta name="description" content="{{ $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="{{ str_replace('_', '-', app()->getLocale()) }}">
<meta property="og:type" content="website">
<meta property="og:url" content="{{ url('') }}">
<meta property="og:title" content="{{ $title ?? '' }}">
<meta property="og:description" content="{{ $description ?? '' }}">
<meta property="og:image" content="{{ 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="{{ $title ?? '' }}">
<meta name="twitter:description" content="{{ $description ?? '' }}">
<meta name="twitter:image" content="{{ url($image ?? '') }}">
<!-- Scripts -->
<script src="{{ mix('js/app.js') }}" defer></script>
<!-- Fonts -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<!-- Styles -->
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
<style>
</style>
</head>
<body>
<div id="app">
<index></index>
</div>
</body>
</html>