|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/poskrypt/admin.poskrypt.com/resources/views/layouts/ |
Upload File : |
<!doctype html>
<html lang="{{ config('app.locale') }}">
<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() }}">
<title>@yield('title')</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.bundle.min.js"></script>
<!-- Fonts -->
<!-- <link href="https://fonts.googleapis.com/css?family=Raleway:100,300,600" rel="stylesheet" type="text/css"> -->
<link rel="stylesheet" href="{{ asset('css/vendor.css') }}">
<!-- Styles -->
<style>
body {
min-height: 100vh;
color: #fff;
}
.navbar-default {
background-color: transparent;
border: none;
}
.navbar-static-top {
margin-bottom: 19px;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
font-weight: 600;
font-size: 15px
}
.navbar-default .navbar-nav>li>a:hover{
color: #ccc;
}
.navbar-default .navbar-brand {
color: #ccc;
}
</style>
</head>
<body>
@include('layouts.partials.home_header')
<div class="container">
<div class="content">
@yield('content')
</div>
</div>
@include('layouts.partials.javascripts')
<!-- Scripts -->
<script src="{{ asset('js/login.js?v=' . $asset_v) }}"></script>
@yield('javascript')
</body>
</html>