<!DOCTYPE html>
<html class="h-full bg-gray-50">
<head>
<meta charset="utf-8">
<meta name="author" content="Ri7">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<title>{% block title %}Login{% endblock %}</title>
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<!-- Favicon -->
<link rel="icon" href="{{ asset('theme/assets/images/brand-logos/favicon.ico') }}" type="image/x-icon">
<!-- Bootstrap Css -->
<link id="style" href="{{ asset('theme/assets/libs/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet">
<!-- Style Css -->
<link href="{{ asset('theme/assets/css/styles.min.css') }}" rel="stylesheet">
<!-- Icons Css -->
<link href=" {{ asset('theme/assets/css/icons.min.css') }}" rel="stylesheet">
<link href="{{ asset('assets/css/reset-password.css') }}" rel="stylesheet">
{{ encore_entry_link_tags('app') }}
{% block stylesheets %}{% endblock %}
{{ encore_entry_script_tags('app') }}
{% block javascripts %}{% endblock %}
<!-- Main Theme Js -->
<script src="{{ asset('theme/assets/js/authentication-main.js') }}"></script>
<!-- Custom-Switcher JS -->
<script src="{{ asset('theme/assets/js/custom-switcher.min.js') }}"></script>
<!-- Bootstrap JS -->
<script src="{{ asset('theme/assets/libs/bootstrap/js/bootstrap.bundle.min.js') }}"></script>
<!-- Show Password JS -->
<script src="{{ asset('theme/assets/js/show-password.js') }}"></script>
</head>
<body class="text-center">
{% block body %}{% endblock %}
</body>
</html>