@@ -37,4 +37,30 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo-img{
|
||||||
|
position: absolute;
|
||||||
|
top: 90px;
|
||||||
|
left: 338px;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 1024px){
|
||||||
|
.shadow-none {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 640px){
|
||||||
|
.d-none-copyright {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.padding-none {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 640px){
|
||||||
|
.d-none-mobile {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
BIN
public/assets/images/bank-img.PNG
Normal file
BIN
public/assets/images/bank-img.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
@@ -3,14 +3,18 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<div class="login-section d-center items-center h-screen">
|
<div class="login-section d-center items-center h-screen">
|
||||||
<div class="d-none h-full max-w-4xl">
|
<div class="d-none h-full max-w-4xl">
|
||||||
<img src="/assets/images/login-bg.jpg" class="h-full object-cover">
|
<img src="/assets/images/bank-img.png" class="h-full object-cover">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="logo">
|
{{-- <div class="logo">
|
||||||
<img src="assets/images/logo-login.png" width="100px">
|
<img src="assets/images/logo-login.png" width="100px">
|
||||||
</div>
|
</div> --}}
|
||||||
<form class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto" method="POST" action="{{ route('login') }}">
|
<form class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto" method="POST" action="{{ route('login') }}">
|
||||||
@csrf
|
@csrf
|
||||||
|
<h2 class="text-2xl text-center font-normal mb-6">{{ __('Online panel') }}</h2>
|
||||||
|
<svg class="block mx-auto mb-6" xmlns="http://www.w3.org/2000/svg" width="100" height="2" viewBox="0 0 100 2">
|
||||||
|
<path fill="#D8E3EC" d="M0 0h100v2H0z"></path>
|
||||||
|
</svg>
|
||||||
<div class="mb-6">
|
<div class="mb-6">
|
||||||
<label class="block mb-2" for="username">
|
<label class="block mb-2" for="username">
|
||||||
{{ __('Username') }}
|
{{ __('Username') }}
|
||||||
|
|||||||
@@ -3,16 +3,15 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<div class="login-section d-center items-center h-screen">
|
<div class="login-section d-center items-center h-screen">
|
||||||
<div class="d-none h-full max-w-4xl">
|
<div class="d-none h-full max-w-4xl">
|
||||||
<img src="/assets/images/login-bg.jpg" class="h-full object-cover">
|
<img src="/assets/images/bank-img.png" class="h-full object-cover">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{{-- <div class="logo">
|
{{-- <div class="logo">
|
||||||
<img src="assets/images/logo-login.png" width="200px">
|
<img src="assets/images/logo-login.png" width="200px">
|
||||||
</div> --}}
|
</div> --}}
|
||||||
<form class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto" method="POST" action="{{ route('register') }}">
|
<form class="bg-white dark:bg-gray-800 rounded-lg p-8 w-[25rem] mx-auto mt-1" method="POST" action="{{ route('register') }}">
|
||||||
@csrf
|
@csrf
|
||||||
<h2 class="text-2xl text-center font-normal mb-6">{{ __('Online panel') }}</h2>
|
<h2 class="text-2xl text-center font-normal mb-6">{{ __('Online panel') }}</h2>
|
||||||
{{-- <h2 class="text-xl text-center font-normal mb-6">{{ __('Welcome Back!') }}</h2> --}}
|
|
||||||
<svg class="block mx-auto mb-6" xmlns="http://www.w3.org/2000/svg" width="100" height="2" viewBox="0 0 100 2">
|
<svg class="block mx-auto mb-6" xmlns="http://www.w3.org/2000/svg" width="100" height="2" viewBox="0 0 100 2">
|
||||||
<path fill="#D8E3EC" d="M0 0h100v2H0z"></path>
|
<path fill="#D8E3EC" d="M0 0h100v2H0z"></path>
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<div class="login-section d-center items-center h-screen">
|
<div class="login-section d-center items-center h-screen">
|
||||||
<div class="d-none h-full max-w-4xl">
|
<div class="d-none h-full max-w-4xl">
|
||||||
<img src="/assets/images/login-bg.jpg" class="h-full object-cover">
|
<img src="/assets/images/bank-img.png" class="h-full object-cover">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
{{-- <div class="mx-auto py-2 max-w-md flex justify-center">
|
{{-- <div class="mx-auto py-2 max-w-md flex justify-center">
|
||||||
<span class="text-3xl text-center">{{ __('Forgot your password?') }}</span>
|
<span class="text-3xl text-center">{{ __('Forgot your password?') }}</span>
|
||||||
</div> --}}
|
</div> --}}
|
||||||
<img src="assets/images/logo-login.png" width="100px">
|
{{-- <img src="assets/images/logo-login.png" width="100px"> --}}
|
||||||
</div>
|
</div>
|
||||||
<form
|
<form
|
||||||
method="POST"
|
method="POST"
|
||||||
|
|||||||
@@ -12,13 +12,13 @@
|
|||||||
<link rel="stylesheet" href="/assets/css/auth.css">
|
<link rel="stylesheet" href="/assets/css/auth.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="">
|
<div>
|
||||||
<div class="bg-white flex justify-between px-4 py-1 absolute w-full shadow-lg">
|
<div class="bg-white flex justify-between px-4 py-1 absolute w-full shadow-none shadow-lg">
|
||||||
<div class="px-8 text-sm p-1 rounded uppercase font-bold">
|
<div class="px-8 text-sm p-1 rounded uppercase font-bold padding-none">
|
||||||
<a href="#"> “Turkmenbasy” PTB-y © </a>
|
<a href="#" class="d-none-copyright"> “Turkmenbasy” PTB © </a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<a href="tel:+99312444115" class="mr-6 text-sm text-gray-900">(+99312) 44-42-34</a>
|
<a href="tel:+99312444234" class="mr-6 text-sm text-gray-900">(+99312) 44-42-34</a>
|
||||||
<a href="#" class="mr-6 text-sm text-gray-900 uppercase">{{ __('Help') }}</a>
|
<a href="#" class="mr-6 text-sm text-gray-900 uppercase">{{ __('Help') }}</a>
|
||||||
<div class="flex text-sm text-gray-900 space-x-1 uppercase">
|
<div class="flex text-sm text-gray-900 space-x-1 uppercase">
|
||||||
@foreach(config('app.locales') as $localeKey => $localeDisplayName)
|
@foreach(config('app.locales') as $localeKey => $localeDisplayName)
|
||||||
@@ -38,7 +38,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
@yield('content')
|
@yield('content')
|
||||||
|
<div class="px-8 text-sm p-1 rounded uppercase font-bold text-center d-none-mobile">
|
||||||
|
<a href="#"> “Turkmenbasy” PTB © </a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/assets/js/inputmask.min.js"></script>
|
<script src="/assets/js/inputmask.min.js"></script>
|
||||||
<script src="/assets/js/sweetalert2@11.js"></script>
|
<script src="/assets/js/sweetalert2@11.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user